Html Css Color HEX #8752B2 Deep Lilac

📋 copy color: '#8752B2'

red 135 ◦ green 82 ◦ blue 178

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

Shades of Deep Lilac #8752B2

Tints of Deep Lilac #8752B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.06%

R = 34.18%
G = 20.76%
B = 45.06%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8752B2 (or 0x8752B2) is known color: Deep Lilac. HEX triplet: 87, 52 and B2. RGB value is (135,82,178). Sum of RGB (Red+Green+Blue) = 135+82+178=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 178 - color contains mainly: blue. Hex color #8752B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8752B2 is #78AD4D. Grayscale: #6C6C6C. Windows color (decimal): -7908686 or 11686535. OLE color: 11686535.

HSL color Cylindrical-coordinate representation of color #8752B2: hue angle of 273.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8752B2 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 135 82 178 -
CMYK 0.24 0.54 0 0.30
HSL 273.13º 0.38% 0.51% -
HSV(B) 273.13º 0.54% 0.7% -
XYZ 21.04 14.4 43.79 -
YUV 108.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 135 82 178 0.24 0.54 0 0.30 273.13 0.38 0.51
Hex 87 52 B2 18 36 0 1E 111 26 33
Octal 207 122 262 30 66 0 36 421 46 63
Binary 10000111 1010010 10110010 11000 110110 0 11110 100010001 100110 110011

Color Harmonies of #8752B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8752B2

Black with #8752B2

Text Example


Text Example

White with #8752B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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