#985CBB

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

Shades of Deep Lilac #985CBB

Tints of Deep Lilac #985CBB

Color information

#985CBB (or 0x985CBB) is unknown color: approx Deep Lilac. HEX triplet: 98, 5C and BB. RGB value is (152,92,187). Sum of RGB (Red+Green+Blue) = 152+92+187=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #985CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CBB is #67A344. Grayscale: #787878. Windows color (decimal): -6792005 or 12278936. OLE color: 12278936.

HSL color Cylindrical-coordinate representation of color #985CBB: hue angle of 277.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #985CBB is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15292187-
CMYK0.190.5100.27
HSL277.89º41.13%54.71%-
HSV(B)277.89º50.8%73.33%-
XYZ25.7517.9249.12-
YUV120.77165.38150.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.27%
GREEN value IS 92 (36.33% from 255) = 21.35%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=35.27%
G=21.35%
B=43.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152921870.190.5100.27277.8941.1354.71
Hex985CBB133301B1162937
Octal23013427323630334265167
Binary1001100010111001011101110011110011011011100010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,92,187); }

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

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

 a { background-color: rgb(152,92,187); }

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

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

 span { border-color: rgb(152,92,187); }

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