Html Css Color HEX #9559AA Deep Lilac

📋 copy color: '#9559AA'

red 149 ◦ green 89 ◦ blue 170

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

Shades of Deep Lilac #9559AA

Tints of Deep Lilac #9559AA

RGB

 RED value IS 149 (58.59% from 255) = 36.52%

 GREEN value IS 89 (35.16% from 255) = 21.81%

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 36.52%
G = 21.81%
B = 41.67%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9559AA (or 0x9559AA) is known color: Deep Lilac. HEX triplet: 95, 59 and AA. RGB value is (149,89,170). Sum of RGB (Red+Green+Blue) = 149+89+170=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #9559AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9559AA is #6AA655. Grayscale: #737373. Windows color (decimal): -6989398 or 11164053. OLE color: 11164053.

HSL color Cylindrical-coordinate representation of color #9559AA: hue angle of 284.44º 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 #9559AA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 89 170 -
CMYK 0.12 0.48 0 0.33
HSL 284.44º 0.32% 0.51% -
HSV(B) 284.44º 0.48% 0.67% -
XYZ 23.22 16.44 39.98 -
YUV 116.17 158.38 151.41 -
System Red Green Blue C M Y K H S L
Decimal 149 89 170 0.12 0.48 0 0.33 284.44 0.32 0.51
Hex 95 59 AA C 30 0 21 11C 20 33
Octal 225 131 252 14 60 0 41 434 40 63
Binary 10010101 1011001 10101010 1100 110000 0 100001 100011100 100000 110011

Color Harmonies of #9559AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9559AA

Black with #9559AA

Text Example


Text Example

White with #9559AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9559AA; }

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

 H1.HeaderClassName
 {
   color: #9559AA;
 }
 .AnyTagClassName
 {
   color: #9559AA;
 }
</style>

background-color css

<style>
 a { background-color: #9559AA; }

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

 div.DivClassName
 {
   background-color: #9559AA;
 }
 .BgClassName
 {
   background-color: #9559AA;
 }
</style>

border-color css

<style>
 span { border-color: #9559AA; }

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

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