#9C6F96

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

Shades of Violet Blue #9C6F96

Tints of Violet Blue #9C6F96

Color information

#9C6F96 (or 0x9C6F96) is unknown color: approx Violet Blue. HEX triplet: 9C, 6F and 96. RGB value is (156,111,150). Sum of RGB (Red+Green+Blue) = 156+111+150=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6F96 is #639069. Grayscale: #808080. Windows color (decimal): -6525034 or 9858972. OLE color: 9858972.

HSL color Cylindrical-coordinate representation of color #9C6F96: hue angle of 308º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C6F96 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB156111150-
CMYK00.290.040.39
HSL308º18.52%52.35%-
HSV(B)308º28.85%61.18%-
XYZ24.920.6431.53-
YUV128.9139.91147.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.41%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=37.41%
G=26.62%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611115000.290.040.3930818.5252.35
Hex9C6F9601D4271341334
Octal2341572260354474642364
Binary1001110011011111001011001110110010011110011010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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