#984ABD

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

Shades of Deep Lilac #984ABD

Tints of Deep Lilac #984ABD

Color information

#984ABD (or 0x984ABD) is unknown color: approx Deep Lilac. HEX triplet: 98, 4A and BD. RGB value is (152,74,189). Sum of RGB (Red+Green+Blue) = 152+74+189=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #984ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984ABD is #67B542. Grayscale: #6E6E6E. Windows color (decimal): -6796611 or 12405400. OLE color: 12405400.

HSL color Cylindrical-coordinate representation of color #984ABD: hue angle of 280.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #984ABD is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15274189-
CMYK0.200.6100.26
HSL280.7º46.56%51.57%-
HSV(B)280.7º60.85%74.12%-
XYZ24.5815.2549.79-
YUV110.43172.34157.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.63%
GREEN value IS 74 (29.30% from 255) = 17.83%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=36.63%
G=17.83%
B=45.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal152741890.200.6100.26280.746.5651.57
Hex984ABD143D01A1192f34
Octal23011227524750324315764
Binary1001100010010101011110110100111101011010100011001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984ABD; }

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

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

<style>
 a { background-color: #984ABD; }

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

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

<style>
 span { border-color: #984ABD; }

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

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