#9F709C

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

Shades of Violet Blue #9F709C

Tints of Violet Blue #9F709C

Color information

#9F709C (or 0x9F709C) is unknown color: approx Violet Blue. HEX triplet: 9F, 70 and 9C. RGB value is (159,112,156). Sum of RGB (Red+Green+Blue) = 159+112+156=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 159 - color contains mainly: red. Hex color #9F709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F709C is #608F63. Grayscale: #828282. Windows color (decimal): -6328164 or 10252447. OLE color: 10252447.

HSL color Cylindrical-coordinate representation of color #9F709C: hue angle of 303.83º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F709C is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB159112156-
CMYK00.300.020.38
HSL303.83º19.67%53.14%-
HSV(B)303.83º29.56%62.35%-
XYZ26.0921.3634.2-
YUV131.07142.07147.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.24%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 156 (61.33% from 255) = 36.53%
R=37.24%
G=26.23%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911215600.300.020.38303.8319.6753.14
Hex9F709C01E2261301435
Octal2371602340362464602465
Binary100111111110000100111000111101010011010011000010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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