Html Css Color HEX #8852AB Deep Lilac

📋 copy color: '#8852AB'

red 136 ◦ green 82 ◦ blue 171

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

Shades of Deep Lilac #8852AB

Tints of Deep Lilac #8852AB

RGB

 RED value IS 136 (53.52% from 255) = 34.96%

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

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 34.96%
G = 21.08%
B = 43.96%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8852AB (or 0x8852AB) is known color: Deep Lilac. HEX triplet: 88, 52 and AB. RGB value is (136,82,171). Sum of RGB (Red+Green+Blue) = 136+82+171=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #8852AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8852AB is #77AD54. Grayscale: #6B6B6B. Windows color (decimal): -7843157 or 11227784. OLE color: 11227784.

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

Color convert

RGB 136 82 171 -
CMYK 0.20 0.52 0 0.33
HSL 276.4º 0.35% 0.5% -
HSV(B) 276.4º 0.52% 0.67% -
XYZ 20.52 14.21 40.19 -
YUV 108.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 136 82 171 0.20 0.52 0 0.33 276.4 0.35 0.5
Hex 88 52 AB 14 34 0 21 114 23 32
Octal 210 122 253 24 64 0 41 424 43 62
Binary 10001000 1010010 10101011 10100 110100 0 100001 100010100 100011 110010

Color Harmonies of #8852AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8852AB

Black with #8852AB

Text Example


Text Example

White with #8852AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8852AB; }

 p { color: rgb(136,82,171); }

 H1.HeaderClassName
 {
   color: #8852AB;
 }
 .AnyTagClassName
 {
   color: #8852AB;
 }
</style>

background-color css

<style>
 a { background-color: #8852AB; }

 a { background-color: rgb(136,82,171); }

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

border-color css

<style>
 span { border-color: #8852AB; }

 span { border-color: rgb(136,82,171); }

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