#8958BD

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

Shades of Deep Lilac #8958BD

Tints of Deep Lilac #8958BD

Color information

#8958BD (or 0x8958BD) is unknown color: approx Deep Lilac. HEX triplet: 89, 58 and BD. RGB value is (137,88,189). Sum of RGB (Red+Green+Blue) = 137+88+189=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #8958BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8958BD is #76A742. Grayscale: #717171. Windows color (decimal): -7776067 or 12408969. OLE color: 12408969.

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

Color convert

RGB13788189-
CMYK0.280.5300.26
HSL269.11º43.35%54.31%-
HSV(B)269.11º53.44%74.12%-
XYZ22.9915.9750.02-
YUV114.16170.23144.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 88 (34.77% from 255) = 21.26%
BLUE value IS 189 (74.22% from 255) = 45.65%
R=33.09%
G=21.26%
B=45.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137881890.280.5300.26269.1143.3554.31
Hex8958BD1C3501A10d2b36
Octal21113027534650324155366
Binary1000100110110001011110111100110101011010100001101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8958BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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