#9F5998

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

Shades of Violet Blue #9F5998

Tints of Violet Blue #9F5998

Color information

#9F5998 (or 0x9F5998) is unknown color: approx Violet Blue. HEX triplet: 9F, 59 and 98. RGB value is (159,89,152). Sum of RGB (Red+Green+Blue) = 159+89+152=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5998 is #60A667. Grayscale: #747474. Windows color (decimal): -6334056 or 9984415. OLE color: 9984415.

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

Color convert

RGB15989152-
CMYK00.440.040.38
HSL306º28.23%48.63%-
HSV(B)306º44.03%62.35%-
XYZ23.5416.7831.7-
YUV117.11147.69157.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.75%
GREEN value IS 89 (35.16% from 255) = 22.25%
BLUE value IS 152 (59.77% from 255) = 38%
R=39.75%
G=22.25%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598915200.440.040.3830628.2348.63
Hex9F599802C4261321c31
Octal2371312300544464623461
Binary10011111101100110011000010110010010011010011001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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