#9C649A

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

Shades of Violet Blue #9C649A

Tints of Violet Blue #9C649A

Color information

#9C649A (or 0x9C649A) is unknown color: approx Violet Blue. HEX triplet: 9C, 64 and 9A. RGB value is (156,100,154). Sum of RGB (Red+Green+Blue) = 156+100+154=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 156 - color contains mainly: red. Hex color #9C649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C649A is #639B65. Grayscale: #7A7A7A. Windows color (decimal): -6527846 or 10118300. OLE color: 10118300.

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

Color convert

RGB156100154-
CMYK00.360.010.39
HSL302.14º22.05%50.2%-
HSV(B)302.14º35.9%61.18%-
XYZ24.118.5232.88-
YUV122.9145.55151.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.05%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 154 (60.55% from 255) = 37.56%
R=38.05%
G=24.39%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610015400.360.010.39302.1422.0550.2
Hex9C649A02412712e1632
Octal2341442320441474562662
Binary100111001100100100110100100100110011110010111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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