Html Css Color HEX #8752BB Deep Lilac

📋 copy color: '#8752BB'

red 135 ◦ green 82 ◦ blue 187

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

Shades of Deep Lilac #8752BB

Tints of Deep Lilac #8752BB

RGB

 RED value IS 135 (53.13% from 255) = 33.42%

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

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

R = 33.42%
G = 20.3%
B = 46.29%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8752BB (or 0x8752BB) is known color: Deep Lilac. HEX triplet: 87, 52 and BB. RGB value is (135,82,187). Sum of RGB (Red+Green+Blue) = 135+82+187=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #8752BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8752BB is #78AD44. Grayscale: #6D6D6D. Windows color (decimal): -7908677 or 12276359. OLE color: 12276359.

HSL color Cylindrical-coordinate representation of color #8752BB: hue angle of 270.29º 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 #8752BB is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 82 187 -
CMYK 0.28 0.56 0 0.27
HSL 270.29º 0.44% 0.53% -
HSV(B) 270.29º 0.56% 0.73% -
XYZ 21.98 14.77 48.71 -
YUV 109.82 171.56 145.96 -
System Red Green Blue C M Y K H S L
Decimal 135 82 187 0.28 0.56 0 0.27 270.29 0.44 0.53
Hex 87 52 BB 1C 38 0 1B 10E 2C 35
Octal 207 122 273 34 70 0 33 416 54 65
Binary 10000111 1010010 10111011 11100 111000 0 11011 100001110 101100 110101

Color Harmonies of #8752BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8752BB

Black with #8752BB

Text Example


Text Example

White with #8752BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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