#8752BE

Color #8752BE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8752BE

Tints of Deep Lilac #8752BE

Color information

#8752BE (or 0x8752BE) is unknown color: approx 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

RGB13582190-
CMYK0.290.5700.25
HSL269.44º45.38%53.33%-
HSV(B)269.44º56.84%74.51%-
XYZ22.314.950.42-
YUV110.16173.06145.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% 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 (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135821900.290.5700.25269.4445.3853.33
Hex8752BE1D3901910d2d35
Octal20712227635710314155565
Binary1000011110100101011111011101111001011001100001101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8752BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>