#9C709E

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

Shades of Violet Blue #9C709E

Tints of Violet Blue #9C709E

Color information

#9C709E (or 0x9C709E) is unknown color: approx Violet Blue. HEX triplet: 9C, 70 and 9E. RGB value is (156,112,158). Sum of RGB (Red+Green+Blue) = 156+112+158=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C709E is #638F61. Grayscale: #828282. Windows color (decimal): -6524770 or 10383516. OLE color: 10383516.

HSL color Cylindrical-coordinate representation of color #9C709E: hue angle of 297.39º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C709E is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB156112158-
CMYK0.010.2900.38
HSL297.39º19.17%52.94%-
HSV(B)297.39º29.11%61.96%-
XYZ25.6821.1235.07-
YUV130.4143.58146.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.62%
GREEN value IS 112 (44.14% from 255) = 26.29%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=36.62%
G=26.29%
B=37.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561121580.010.2900.38297.3919.1752.94
Hex9C709E11D0261291335
Octal2341602361350464512365
Binary10011100111000010011110111101010011010010100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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