Html Css Color HEX #8952AA Deep Lilac

📋 copy color: '#8952AA'

red 137 ◦ green 82 ◦ blue 170

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

Shades of Deep Lilac #8952AA

Tints of Deep Lilac #8952AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.08%

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

R = 35.22%
G = 21.08%
B = 43.7%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8952AA (or 0x8952AA) is known color: Deep Lilac. HEX triplet: 89, 52 and AA. RGB value is (137,82,170). Sum of RGB (Red+Green+Blue) = 137+82+170=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #8952AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8952AA is #76AD55. Grayscale: #6C6C6C. Windows color (decimal): -7777622 or 11162249. OLE color: 11162249.

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

Color convert

RGB 137 82 170 -
CMYK 0.19 0.52 0 0.33
HSL 277.5º 0.35% 0.49% -
HSV(B) 277.5º 0.52% 0.67% -
XYZ 20.59 14.26 39.7 -
YUV 108.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 137 82 170 0.19 0.52 0 0.33 277.5 0.35 0.49
Hex 89 52 AA 13 34 0 21 116 23 31
Octal 211 122 252 23 64 0 41 426 43 61
Binary 10001001 1010010 10101010 10011 110100 0 100001 100010110 100011 110001

Color Harmonies of #8952AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8952AA

Black with #8952AA

Text Example


Text Example

White with #8952AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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