Html Css Color HEX #8852BF Deep Lilac

📋 copy color: '#8852BF'

red 136 ◦ green 82 ◦ blue 191

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

Shades of Deep Lilac #8852BF

Tints of Deep Lilac #8852BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 33.25%
G = 20.05%
B = 46.7%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8852BF (or 0x8852BF) is known color: Deep Lilac. HEX triplet: 88, 52 and BF. RGB value is (136,82,191). Sum of RGB (Red+Green+Blue) = 136+82+191=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #8852BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852BF is #77AD40. Grayscale: #6E6E6E. Windows color (decimal): -7843137 or 12538504. OLE color: 12538504.

HSL color Cylindrical-coordinate representation of color #8852BF: hue angle of 269.72º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8852BF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 82 191 -
CMYK 0.29 0.57 0 0.25
HSL 269.72º 0.46% 0.54% -
HSV(B) 269.72º 0.57% 0.75% -
XYZ 22.57 15.03 51 -
YUV 110.57 173.39 146.14 -
System Red Green Blue C M Y K H S L
Decimal 136 82 191 0.29 0.57 0 0.25 269.72 0.46 0.54
Hex 88 52 BF 1D 39 0 19 10E 2E 36
Octal 210 122 277 35 71 0 31 416 56 66
Binary 10001000 1010010 10111111 11101 111001 0 11001 100001110 101110 110110

Color Harmonies of #8852BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8852BF

Black with #8852BF

Text Example


Text Example

White with #8852BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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