Html Css Color HEX #9C59AA Violet Blue

📋 copy color: '#9C59AA'

red 156 ◦ green 89 ◦ blue 170

#9C59AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #9C59AA

Tints of Violet Blue #9C59AA

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.8% from 255) = 40.96%

R = 37.59%
G = 21.45%
B = 40.96%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C59AA (or 0x9C59AA) is known color: 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

RGB 156 89 170 -
CMYK 0.08 0.48 0 0.33
HSL 289.63º 0.32% 0.51% -
HSV(B) 289.63º 0.48% 0.67% -
XYZ 24.54 17.11 40.04 -
YUV 118.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 156 89 170 0.08 0.48 0 0.33 289.63 0.32 0.51
Hex 9C 59 AA 8 30 0 21 122 20 33
Octal 234 131 252 10 60 0 41 442 40 63
Binary 10011100 1011001 10101010 1000 110000 0 100001 100100010 100000 110011

Color Harmonies of #9C59AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C59AA

Black with #9C59AA

Text Example


Text Example

White with #9C59AA

Text Example


Text Example

HTML Codes & Css Web 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>