#985EBD

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

Shades of Deep Lilac #985EBD

Tints of Deep Lilac #985EBD

Color information

#985EBD (or 0x985EBD) is unknown color: approx Deep Lilac. HEX triplet: 98, 5E and BD. RGB value is (152,94,189). Sum of RGB (Red+Green+Blue) = 152+94+189=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #985EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985EBD is #67A142. Grayscale: #797979. Windows color (decimal): -6791491 or 12410520. OLE color: 12410520.

HSL color Cylindrical-coordinate representation of color #985EBD: hue angle of 276.63º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #985EBD is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15294189-
CMYK0.200.5000.26
HSL276.63º41.85%55.49%-
HSV(B)276.63º50.26%74.12%-
XYZ26.1418.3550.31-
YUV122.17165.72149.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=34.94%
G=21.61%
B=43.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal152941890.200.5000.26276.6341.8555.49
Hex985EBD143201A1152a37
Octal23013627524620324255267
Binary1001100010111101011110110100110010011010100010101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985EBD; }

 p { color: rgb(152,94,189); }

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

<style>
 a { background-color: #985EBD; }

 a { background-color: rgb(152,94,189); }

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

<style>
 span { border-color: #985EBD; }

 span { border-color: rgb(152,94,189); }

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