#8758BA

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

Shades of Deep Lilac #8758BA

Tints of Deep Lilac #8758BA

Color information

#8758BA (or 0x8758BA) is unknown color: approx Deep Lilac. HEX triplet: 87, 58 and BA. RGB value is (135,88,186). Sum of RGB (Red+Green+Blue) = 135+88+186=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #8758BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8758BA is #78A745. Grayscale: #707070. Windows color (decimal): -7907142 or 12212359. OLE color: 12212359.

HSL color Cylindrical-coordinate representation of color #8758BA: hue angle of 268.78º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8758BA is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13588186-
CMYK0.270.5300.27
HSL268.78º41.53%53.73%-
HSV(B)268.78º52.69%72.94%-
XYZ22.3415.6848.3-
YUV113.22169.07143.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 88 (34.77% from 255) = 21.52%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=33.01%
G=21.52%
B=45.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135881860.270.5300.27268.7841.5353.73
Hex8758BA1B3501B10d2a36
Octal20713027233650334155266
Binary1000011110110001011101011011110101011011100001101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8758BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8758BA;
 }
 .AnyTagClassName
 {
   color: #8758BA;
 }
</style>
background-color css

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

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

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

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

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

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