#9C6897

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

Shades of Violet Blue #9C6897

Tints of Violet Blue #9C6897

Color information

#9C6897 (or 0x9C6897) is unknown color: approx Violet Blue. HEX triplet: 9C, 68 and 97. RGB value is (156,104,151). Sum of RGB (Red+Green+Blue) = 156+104+151=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6897 is #639768. Grayscale: #7C7C7C. Windows color (decimal): -6526825 or 9922716. OLE color: 9922716.

HSL color Cylindrical-coordinate representation of color #9C6897: hue angle of 305.77º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C6897 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB156104151-
CMYK00.330.030.39
HSL305.77º20.8%50.98%-
HSV(B)305.77º33.33%61.18%-
XYZ24.2519.231.71-
YUV124.91142.73150.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.96%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 151 (59.38% from 255) = 36.74%
R=37.96%
G=25.30%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610415100.330.030.39305.7720.850.98
Hex9C68970213271321533
Octal2341502270413474622563
Binary1001110011010001001011101000011110011110011001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,104,151); }

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

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

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

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

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

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

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