Html Css Color HEX #8852BB Deep Lilac

📋 copy color: '#8852BB'

red 136 ◦ green 82 ◦ blue 187

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

Shades of Deep Lilac #8852BB

Tints of Deep Lilac #8852BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 33.58%
G = 20.25%
B = 46.17%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8852BB (or 0x8852BB) is known color: Deep Lilac. HEX triplet: 88, 52 and BB. RGB value is (136,82,187). Sum of RGB (Red+Green+Blue) = 136+82+187=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #8852BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852BB is #77AD44. Grayscale: #6D6D6D. Windows color (decimal): -7843141 or 12276360. OLE color: 12276360.

HSL color Cylindrical-coordinate representation of color #8852BB: hue angle of 270.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8852BB is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 82 187 -
CMYK 0.27 0.56 0 0.27
HSL 270.86º 0.44% 0.53% -
HSV(B) 270.86º 0.56% 0.73% -
XYZ 22.14 14.86 48.71 -
YUV 110.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 136 82 187 0.27 0.56 0 0.27 270.86 0.44 0.53
Hex 88 52 BB 1B 38 0 1B 10F 2C 35
Octal 210 122 273 33 70 0 33 417 54 65
Binary 10001000 1010010 10111011 11011 111000 0 11011 100001111 101100 110101

Color Harmonies of #8852BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8852BB

Black with #8852BB

Text Example


Text Example

White with #8852BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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