#8951BD

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

Shades of Deep Lilac #8951BD

Tints of Deep Lilac #8951BD

Color information

#8951BD (or 0x8951BD) is unknown color: approx Deep Lilac. HEX triplet: 89, 51 and BD. RGB value is (137,81,189). Sum of RGB (Red+Green+Blue) = 137+81+189=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #8951BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8951BD is #76AE42. Grayscale: #6D6D6D. Windows color (decimal): -7777859 or 12407177. OLE color: 12407177.

HSL color Cylindrical-coordinate representation of color #8951BD: hue angle of 271.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8951BD is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13781189-
CMYK0.280.5700.26
HSL271.11º45%52.94%-
HSV(B)271.11º57.14%74.12%-
XYZ22.4414.8849.83-
YUV110.06172.55147.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.66%
GREEN value IS 81 (32.03% from 255) = 19.90%
BLUE value IS 189 (74.22% from 255) = 46.44%
R=33.66%
G=19.90%
B=46.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137811890.280.5700.26271.114552.94
Hex8951BD1C3901A10f2d35
Octal21112127534710324175565
Binary1000100110100011011110111100111001011010100001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8951BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8951BD; }

 p { color: rgb(137,81,189); }

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

<style>
 a { background-color: #8951BD; }

 a { background-color: rgb(137,81,189); }

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

<style>
 span { border-color: #8951BD; }

 span { border-color: rgb(137,81,189); }

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