#9C6490

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

Shades of Violet Blue #9C6490

Tints of Violet Blue #9C6490

Color information

#9C6490 (or 0x9C6490) is unknown color: approx Violet Blue. HEX triplet: 9C, 64 and 90. RGB value is (156,100,144). Sum of RGB (Red+Green+Blue) = 156+100+144=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6490 is #639B6F. Grayscale: #797979. Windows color (decimal): -6527856 or 9462940. OLE color: 9462940.

HSL color Cylindrical-coordinate representation of color #9C6490: hue angle of 312.86º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C6490 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB156100144-
CMYK00.360.080.39
HSL312.86º22.05%50.2%-
HSV(B)312.86º35.9%61.18%-
XYZ23.318.228.67-
YUV121.76140.55152.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 144 (56.64% from 255) = 36%
R=39%
G=25%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610014400.360.080.39312.8622.0550.2
Hex9C64900248271391632
Octal23414422004410474712662
Binary100111001100100100100000100100100010011110011100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,100,144); }

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

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

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

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

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

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

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