#9F779C

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

Shades of Violet Blue #9F779C

Tints of Violet Blue #9F779C

Color information

#9F779C (or 0x9F779C) is unknown color: approx Violet Blue. HEX triplet: 9F, 77 and 9C. RGB value is (159,119,156). Sum of RGB (Red+Green+Blue) = 159+119+156=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 159 - color contains mainly: red. Hex color #9F779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F779C is #608863. Grayscale: #878787. Windows color (decimal): -6326372 or 10254239. OLE color: 10254239.

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

Color convert

RGB159119156-
CMYK00.250.020.38
HSL304.5º17.24%54.51%-
HSV(B)304.5º25.16%62.35%-
XYZ26.922.9634.47-
YUV135.18139.75144.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.64%
GREEN value IS 119 (46.88% from 255) = 27.42%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=36.64%
G=27.42%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911915600.250.020.38304.517.2454.51
Hex9F779C0192261301137
Octal2371672340312464602167
Binary100111111110111100111000110011010011010011000010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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