#984AB0

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

Shades of Deep Lilac #984AB0

Tints of Deep Lilac #984AB0

Color information

#984AB0 (or 0x984AB0) is unknown color: approx Deep Lilac. HEX triplet: 98, 4A and B0. RGB value is (152,74,176). Sum of RGB (Red+Green+Blue) = 152+74+176=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #984AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984AB0 is #67B54F. Grayscale: #6C6C6C. Windows color (decimal): -6796624 or 11553432. OLE color: 11553432.

HSL color Cylindrical-coordinate representation of color #984AB0: hue angle of 285.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984AB0 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15274176-
CMYK0.140.5800.31
HSL285.88º40.8%49.02%-
HSV(B)285.88º57.95%69.02%-
XYZ23.2314.7142.69-
YUV108.95165.84158.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.81%
GREEN value IS 74 (29.30% from 255) = 18.41%
BLUE value IS 176 (69.14% from 255) = 43.78%
R=37.81%
G=18.41%
B=43.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152741760.140.5800.31285.8840.849.02
Hex984AB0E3A01F11e2931
Octal23011226016720374365161
Binary100110001001010101100001110111010011111100011110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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