Html Css Color HEX #8752BA Deep Lilac

📋 copy color: '#8752BA'

red 135 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #8752BA

Tints of Deep Lilac #8752BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 33.5%
G = 20.35%
B = 46.15%

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

#8752BA (or 0x8752BA) is known color: Deep Lilac. HEX triplet: 87, 52 and BA. RGB value is (135,82,186). Sum of RGB (Red+Green+Blue) = 135+82+186=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #8752BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8752BA is #78AD45. Grayscale: #6D6D6D. Windows color (decimal): -7908678 or 12210823. OLE color: 12210823.

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

Color convert

RGB 135 82 186 -
CMYK 0.27 0.56 0 0.27
HSL 270.58º 0.43% 0.53% -
HSV(B) 270.58º 0.56% 0.73% -
XYZ 21.87 14.73 48.14 -
YUV 109.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 135 82 186 0.27 0.56 0 0.27 270.58 0.43 0.53
Hex 87 52 BA 1B 38 0 1B 10F 2B 35
Octal 207 122 272 33 70 0 33 417 53 65
Binary 10000111 1010010 10111010 11011 111000 0 11011 100001111 101011 110101

Color Harmonies of #8752BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8752BA

Black with #8752BA

Text Example


Text Example

White with #8752BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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