#985CC0

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

Shades of Deep Lilac #985CC0

Tints of Deep Lilac #985CC0

Color information

#985CC0 (or 0x985CC0) is unknown color: approx Deep Lilac. HEX triplet: 98, 5C and C0. RGB value is (152,92,192). Sum of RGB (Red+Green+Blue) = 152+92+192=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #985CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CC0 is #67A33F. Grayscale: #797979. Windows color (decimal): -6792000 or 12606616. OLE color: 12606616.

HSL color Cylindrical-coordinate representation of color #985CC0: hue angle of 276º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #985CC0 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15292192-
CMYK0.210.5200.25
HSL276º44.25%55.69%-
HSV(B)276º52.08%75.29%-
XYZ26.2918.1451.98-
YUV121.34167.88149.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 92 (36.33% from 255) = 21.10%
BLUE value IS 192 (75.39% from 255) = 44.04%
R=34.86%
G=21.10%
B=44.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152921920.210.5200.2527644.2555.69
Hex985CC015340191142c38
Octal23013430025640314245470
Binary1001100010111001100000010101110100011001100010100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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