#985FBD

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

Shades of Deep Lilac #985FBD

Tints of Deep Lilac #985FBD

Color information

#985FBD (or 0x985FBD) is unknown color: approx Deep Lilac. HEX triplet: 98, 5F and BD. RGB value is (152,95,189). Sum of RGB (Red+Green+Blue) = 152+95+189=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #985FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FBD is #67A042. Grayscale: #7A7A7A. Windows color (decimal): -6791235 or 12410776. OLE color: 12410776.

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

Color convert

RGB15295189-
CMYK0.200.5000.26
HSL276.38º41.59%55.69%-
HSV(B)276.38º49.74%74.12%-
XYZ26.2318.5350.34-
YUV122.76165.38148.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=34.86%
G=21.79%
B=43.35%

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
Decimal152951890.200.5000.26276.3841.5955.69
Hex985FBD143201A1142a38
Octal23013727524620324245270
Binary1001100010111111011110110100110010011010100010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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