Html Css Color HEX #8955AA Deep Lilac

📋 copy color: '#8955AA'

red 137 ◦ green 85 ◦ blue 170

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

Shades of Deep Lilac #8955AA

Tints of Deep Lilac #8955AA

RGB

 RED value IS 137 (53.91% from 255) = 34.95%

 GREEN value IS 85 (33.59% from 255) = 21.68%

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

R = 34.95%
G = 21.68%
B = 43.37%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8955AA (or 0x8955AA) is known color: Deep Lilac. HEX triplet: 89, 55 and AA. RGB value is (137,85,170). Sum of RGB (Red+Green+Blue) = 137+85+170=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #8955AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8955AA is #76AA55. Grayscale: #6D6D6D. Windows color (decimal): -7776854 or 11163017. OLE color: 11163017.

HSL color Cylindrical-coordinate representation of color #8955AA: hue angle of 276.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8955AA is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 85 170 -
CMYK 0.19 0.50 0 0.33
HSL 276.71º 0.33% 0.5% -
HSV(B) 276.71º 0.5% 0.67% -
XYZ 20.82 14.72 39.77 -
YUV 110.24 161.73 147.09 -
System Red Green Blue C M Y K H S L
Decimal 137 85 170 0.19 0.50 0 0.33 276.71 0.33 0.5
Hex 89 55 AA 13 32 0 21 115 21 32
Octal 211 125 252 23 62 0 41 425 41 62
Binary 10001001 1010101 10101010 10011 110010 0 100001 100010101 100001 110010

Color Harmonies of #8955AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8955AA

Black with #8955AA

Text Example


Text Example

White with #8955AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,85,170); }

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

background-color css

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

 a { background-color: rgb(137,85,170); }

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

border-color css

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

 span { border-color: rgb(137,85,170); }

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