Html Css Color HEX #8752BE Deep Lilac

📋 copy color: '#8752BE'

red 135 ◦ green 82 ◦ blue 190

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

Shades of Deep Lilac #8752BE

Tints of Deep Lilac #8752BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 33.17%
G = 20.15%
B = 46.68%

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

#8752BE (or 0x8752BE) is known color: Deep Lilac. HEX triplet: 87, 52 and BE. RGB value is (135,82,190). Sum of RGB (Red+Green+Blue) = 135+82+190=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #8752BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8752BE is #78AD41. Grayscale: #6D6D6D. Windows color (decimal): -7908674 or 12472967. OLE color: 12472967.

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

Color convert

RGB 135 82 190 -
CMYK 0.29 0.57 0 0.25
HSL 269.44º 0.45% 0.53% -
HSV(B) 269.44º 0.57% 0.75% -
XYZ 22.3 14.9 50.42 -
YUV 110.16 173.06 145.72 -
System Red Green Blue C M Y K H S L
Decimal 135 82 190 0.29 0.57 0 0.25 269.44 0.45 0.53
Hex 87 52 BE 1D 39 0 19 10D 2D 35
Octal 207 122 276 35 71 0 31 415 55 65
Binary 10000111 1010010 10111110 11101 111001 0 11001 100001101 101101 110101

Color Harmonies of #8752BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8752BE

Black with #8752BE

Text Example


Text Example

White with #8752BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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