#9C59AA

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

Shades of Violet Blue #9C59AA

Tints of Violet Blue #9C59AA

Color information

#9C59AA (or 0x9C59AA) is unknown color: approx Violet Blue. HEX triplet: 9C, 59 and AA. RGB value is (156,89,170). Sum of RGB (Red+Green+Blue) = 156+89+170=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C59AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C59AA is #63A655. Grayscale: #767676. Windows color (decimal): -6530646 or 11164060. OLE color: 11164060.

HSL color Cylindrical-coordinate representation of color #9C59AA: hue angle of 289.63º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C59AA is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15689170-
CMYK0.080.4800.33
HSL289.63º32.27%50.78%-
HSV(B)289.63º47.65%66.67%-
XYZ24.5417.1140.04-
YUV118.27157.2154.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.59%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=37.59%
G=21.45%
B=40.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156891700.080.4800.33289.6332.2750.78
Hex9C59AA8300211222033
Octal23413125210600414424063
Binary1001110010110011010101010001100000100001100100010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,89,170); }

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

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

 a { background-color: rgb(156,89,170); }

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

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

 span { border-color: rgb(156,89,170); }

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