Html Css Color HEX #9550AA Deep Lilac

📋 copy color: '#9550AA'

red 149 ◦ green 80 ◦ blue 170

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

Shades of Deep Lilac #9550AA

Tints of Deep Lilac #9550AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.05%

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

R = 37.34%
G = 20.05%
B = 42.61%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9550AA (or 0x9550AA) is known color: Deep Lilac. HEX triplet: 95, 50 and AA. RGB value is (149,80,170). Sum of RGB (Red+Green+Blue) = 149+80+170=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #9550AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9550AA is #6AAF55. Grayscale: #6E6E6E. Windows color (decimal): -6991702 or 11161749. OLE color: 11161749.

HSL color Cylindrical-coordinate representation of color #9550AA: hue angle of 286º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9550AA is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 80 170 -
CMYK 0.12 0.53 0 0.33
HSL 286º 0.36% 0.49% -
HSV(B) 286º 0.53% 0.67% -
XYZ 22.52 15.03 39.74 -
YUV 110.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 149 80 170 0.12 0.53 0 0.33 286 0.36 0.49
Hex 95 50 AA C 35 0 21 11E 24 31
Octal 225 120 252 14 65 0 41 436 44 61
Binary 10010101 1010000 10101010 1100 110101 0 100001 100011110 100100 110001

Color Harmonies of #9550AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9550AA

Black with #9550AA

Text Example


Text Example

White with #9550AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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