#9F759C

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

Shades of Violet Blue #9F759C

Tints of Violet Blue #9F759C

Color information

#9F759C (or 0x9F759C) is unknown color: approx Violet Blue. HEX triplet: 9F, 75 and 9C. RGB value is (159,117,156). Sum of RGB (Red+Green+Blue) = 159+117+156=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 159 - color contains mainly: red. Hex color #9F759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F759C is #608A63. Grayscale: #858585. Windows color (decimal): -6326884 or 10253727. OLE color: 10253727.

HSL color Cylindrical-coordinate representation of color #9F759C: hue angle of 304.29º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F759C is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB159117156-
CMYK00.260.020.38
HSL304.29º17.95%54.12%-
HSV(B)304.29º26.42%62.35%-
XYZ26.6622.4934.39-
YUV134140.41145.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.81%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 156 (61.33% from 255) = 36.11%
R=36.81%
G=27.08%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911715600.260.020.38304.2917.9554.12
Hex9F759C01A2261301236
Octal2371652340322464602266
Binary100111111110101100111000110101010011010011000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,117,156); }

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

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

 a { background-color: rgb(159,117,156); }

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

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

 span { border-color: rgb(159,117,156); }

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