#8958BF

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

Shades of Deep Lilac #8958BF

Tints of Deep Lilac #8958BF

Color information

#8958BF (or 0x8958BF) is unknown color: approx Deep Lilac. HEX triplet: 89, 58 and BF. RGB value is (137,88,191). Sum of RGB (Red+Green+Blue) = 137+88+191=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #8958BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8958BF is #76A740. Grayscale: #727272. Windows color (decimal): -7776065 or 12540041. OLE color: 12540041.

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

Color convert

RGB13788191-
CMYK0.280.5400.25
HSL268.54º44.59%54.71%-
HSV(B)268.54º53.93%74.9%-
XYZ23.2116.0651.17-
YUV114.39171.23144.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 88 (34.77% from 255) = 21.15%
BLUE value IS 191 (75% from 255) = 45.91%
R=32.93%
G=21.15%
B=45.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137881910.280.5400.25268.5444.5954.71
Hex8958BF1C3601910d2d37
Octal21113027734660314155567
Binary1000100110110001011111111100110110011001100001101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8958BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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