#9C7096

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

Shades of Violet Blue #9C7096

Tints of Violet Blue #9C7096

Color information

#9C7096 (or 0x9C7096) is unknown color: approx Violet Blue. HEX triplet: 9C, 70 and 96. RGB value is (156,112,150). Sum of RGB (Red+Green+Blue) = 156+112+150=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7096 is #638F69. Grayscale: #818181. Windows color (decimal): -6524778 or 9859228. OLE color: 9859228.

HSL color Cylindrical-coordinate representation of color #9C7096: hue angle of 308.18º 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 #9C7096 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB156112150-
CMYK00.280.040.39
HSL308.18º18.18%52.55%-
HSV(B)308.18º28.21%61.18%-
XYZ25.0120.8631.56-
YUV129.49139.58146.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.32%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=37.32%
G=26.79%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611215000.280.040.39308.1818.1852.55
Hex9C709601C4271341235
Octal2341602260344474642265
Binary1001110011100001001011001110010010011110011010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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