#9C769C

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

Shades of Violet Blue #9C769C

Tints of Violet Blue #9C769C

Color information

#9C769C (or 0x9C769C) is unknown color: approx Violet Blue. HEX triplet: 9C, 76 and 9C. RGB value is (156,118,156). Sum of RGB (Red+Green+Blue) = 156+118+156=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C769C is #638963. Grayscale: #858585. Windows color (decimal): -6523236 or 10253980. OLE color: 10253980.

HSL color Cylindrical-coordinate representation of color #9C769C: hue angle of 300º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C769C is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB156118156-
CMYK00.2400.39
HSL300º16.1%53.73%-
HSV(B)300º24.36%61.18%-
XYZ26.1922.4334.4-
YUV133.69140.59143.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 156 (61.33% from 255) = 36.28%
R=36.28%
G=27.44%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611815600.2400.3930016.153.73
Hex9C769C01802712c1036
Octal2341662340300474542066
Binary10011100111011010011100011000010011110010110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,118,156); }

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

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

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

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

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

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

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