#8953BF

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

Shades of Deep Lilac #8953BF

Tints of Deep Lilac #8953BF

Color information

#8953BF (or 0x8953BF) is unknown color: approx Deep Lilac. HEX triplet: 89, 53 and BF. RGB value is (137,83,191). Sum of RGB (Red+Green+Blue) = 137+83+191=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #8953BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8953BF is #76AC40. Grayscale: #6F6F6F. Windows color (decimal): -7777345 or 12538761. OLE color: 12538761.

HSL color Cylindrical-coordinate representation of color #8953BF: hue angle of 270º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8953BF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13783191-
CMYK0.280.5700.25
HSL270º45.76%53.73%-
HSV(B)270º56.54%74.9%-
XYZ22.8115.2751.03-
YUV111.46172.89146.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.33%
GREEN value IS 83 (32.81% from 255) = 20.19%
BLUE value IS 191 (75% from 255) = 46.47%
R=33.33%
G=20.19%
B=46.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137831910.280.5700.2527045.7653.73
Hex8953BF1C3901910e2e36
Octal21112327734710314165666
Binary1000100110100111011111111100111001011001100001110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8953BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8953BF; }

 p { color: rgb(137,83,191); }

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

<style>
 a { background-color: #8953BF; }

 a { background-color: rgb(137,83,191); }

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

<style>
 span { border-color: #8953BF; }

 span { border-color: rgb(137,83,191); }

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