#9C709C

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

Shades of Violet Blue #9C709C

Tints of Violet Blue #9C709C

Color information

#9C709C (or 0x9C709C) is unknown color: approx Violet Blue. HEX triplet: 9C, 70 and 9C. RGB value is (156,112,156). Sum of RGB (Red+Green+Blue) = 156+112+156=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C709C is #638F63. Grayscale: #828282. Windows color (decimal): -6524772 or 10252444. OLE color: 10252444.

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

Color convert

RGB156112156-
CMYK00.2800.39
HSL300º18.18%52.55%-
HSV(B)300º28.21%61.18%-
XYZ25.5121.0634.17-
YUV130.17142.58146.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=36.79%
G=26.42%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611215600.2800.3930018.1852.55
Hex9C709C01C02712c1235
Octal2341602340340474542265
Binary10011100111000010011100011100010011110010110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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