#984ABA

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

Shades of Deep Lilac #984ABA

Tints of Deep Lilac #984ABA

Color information

#984ABA (or 0x984ABA) is unknown color: approx Deep Lilac. HEX triplet: 98, 4A and BA. RGB value is (152,74,186). Sum of RGB (Red+Green+Blue) = 152+74+186=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #984ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984ABA is #67B545. Grayscale: #6D6D6D. Windows color (decimal): -6796614 or 12208792. OLE color: 12208792.

HSL color Cylindrical-coordinate representation of color #984ABA: hue angle of 281.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #984ABA is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15274186-
CMYK0.180.6000.27
HSL281.79º44.8%50.98%-
HSV(B)281.79º60.22%72.94%-
XYZ24.2615.1248.09-
YUV110.09170.84157.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=36.89%
G=17.96%
B=45.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152741860.180.6000.27281.7944.850.98
Hex984ABA123C01B11a2d33
Octal23011227222740334325563
Binary1001100010010101011101010010111100011011100011010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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