Html Css Color HEX #8852AF Deep Lilac

📋 copy color: '#8852AF'

red 136 ◦ green 82 ◦ blue 175

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

Shades of Deep Lilac #8852AF

Tints of Deep Lilac #8852AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.53%

R = 34.61%
G = 20.87%
B = 44.53%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8852AF (or 0x8852AF) is known color: Deep Lilac. HEX triplet: 88, 52 and AF. RGB value is (136,82,175). Sum of RGB (Red+Green+Blue) = 136+82+175=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #8852AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8852AF is #77AD50. Grayscale: #6C6C6C. Windows color (decimal): -7843153 or 11489928. OLE color: 11489928.

HSL color Cylindrical-coordinate representation of color #8852AF: hue angle of 274.84º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8852AF is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 82 175 -
CMYK 0.22 0.53 0 0.31
HSL 274.84º 0.37% 0.5% -
HSV(B) 274.84º 0.53% 0.69% -
XYZ 20.91 14.36 42.23 -
YUV 108.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 136 82 175 0.22 0.53 0 0.31 274.84 0.37 0.5
Hex 88 52 AF 16 35 0 1F 113 25 32
Octal 210 122 257 26 65 0 37 423 45 62
Binary 10001000 1010010 10101111 10110 110101 0 11111 100010011 100101 110010

Color Harmonies of #8852AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8852AF

Black with #8852AF

Text Example


Text Example

White with #8852AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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