#8952BF

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

Shades of Deep Lilac #8952BF

Tints of Deep Lilac #8952BF

Color information

#8952BF (or 0x8952BF) is unknown color: approx Deep Lilac. HEX triplet: 89, 52 and BF. RGB value is (137,82,191). Sum of RGB (Red+Green+Blue) = 137+82+191=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #8952BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8952BF is #76AD40. Grayscale: #6E6E6E. Windows color (decimal): -7777601 or 12538505. OLE color: 12538505.

HSL color Cylindrical-coordinate representation of color #8952BF: hue angle of 270.28º 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 #8952BF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13782191-
CMYK0.280.5700.25
HSL270.28º45.99%53.53%-
HSV(B)270.28º57.07%74.9%-
XYZ22.7415.1151.01-
YUV110.87173.22146.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 82 (32.42% from 255) = 20%
BLUE value IS 191 (75% from 255) = 46.59%
R=33.41%
G=20%
B=46.59%

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
Decimal137821910.280.5700.25270.2845.9953.53
Hex8952BF1C3901910e2e36
Octal21112227734710314165666
Binary1000100110100101011111111100111001011001100001110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8952BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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