#9F5898

Color #9F5898 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9F5898

Tints of Violet Blue #9F5898

Color information

#9F5898 (or 0x9F5898) is unknown color: approx Violet Blue. HEX triplet: 9F, 58 and 98. RGB value is (159,88,152). Sum of RGB (Red+Green+Blue) = 159+88+152=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5898 is #60A767. Grayscale: #747474. Windows color (decimal): -6334312 or 9984159. OLE color: 9984159.

HSL color Cylindrical-coordinate representation of color #9F5898: hue angle of 305.92º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F5898 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15988152-
CMYK00.450.040.38
HSL305.92º28.74%48.43%-
HSV(B)305.92º44.65%62.35%-
XYZ23.4616.6231.68-
YUV116.52148.02158.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 39.85%
GREEN value IS 88 (34.77% from 255) = 22.06%
BLUE value IS 152 (59.77% from 255) = 38.10%
R=39.85%
G=22.06%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598815200.450.040.38305.9228.7448.43
Hex9F589802D4261321d30
Octal2371302300554464623560
Binary10011111101100010011000010110110010011010011001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5898; }

 p { color: rgb(159,88,152); }

 H1.HeaderClassName
 {
   color: #9F5898;
 }
 .AnyTagClassName
 {
   color: #9F5898;
 }
</style>
background-color css

<style>
 a { background-color: #9F5898; }

 a { background-color: rgb(159,88,152); }

 div.DivClassName
 {
   background-color: #9F5898;
 }
 .BgClassName
 {
   background-color: #9F5898;
 }
</style>
border-color css

<style>
 span { border-color: #9F5898; }

 span { border-color: rgb(159,88,152); }

 td.TdClassName
 {
   border-color: #9F5898;
 }
 .TagClassName
 {
   border-color: #9F5898;
 }
</style>