Html Css Color HEX #8852A4 Deep Lilac

📋 copy color: '#8852A4'

red 136 ◦ green 82 ◦ blue 164

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

Shades of Deep Lilac #8852A4

Tints of Deep Lilac #8852A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.93%

R = 35.6%
G = 21.47%
B = 42.93%

CMYK

 C value IS 0.17

 M value IS 0.5

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8852A4 (or 0x8852A4) is known color: Deep Lilac. HEX triplet: 88, 52 and A4. RGB value is (136,82,164). Sum of RGB (Red+Green+Blue) = 136+82+164=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 164 - color contains mainly: blue. Hex color #8852A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8852A4 is #77AD5B. Grayscale: #6B6B6B. Windows color (decimal): -7843164 or 10769032. OLE color: 10769032.

HSL color Cylindrical-coordinate representation of color #8852A4: hue angle of 279.51º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8852A4 is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 82 164 -
CMYK 0.17 0.5 0 0.36
HSL 279.51º 0.33% 0.48% -
HSV(B) 279.51º 0.5% 0.64% -
XYZ 19.87 13.95 36.77 -
YUV 107.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 136 82 164 0.17 0.5 0 0.36 279.51 0.33 0.48
Hex 88 52 A4 11 32 0 24 118 21 30
Octal 210 122 244 21 62 0 44 430 41 60
Binary 10001000 1010010 10100100 10001 110010 0 100100 100011000 100001 110000

Color Harmonies of #8852A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8852A4

Black with #8852A4

Text Example


Text Example

White with #8852A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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