#984AD0

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

Shades of Deep Lilac #984AD0

Tints of Deep Lilac #984AD0

Color information

#984AD0 (or 0x984AD0) is unknown color: approx Deep Lilac. HEX triplet: 98, 4A and D0. RGB value is (152,74,208). Sum of RGB (Red+Green+Blue) = 152+74+208=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #984AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984AD0 is #67B52F. Grayscale: #707070. Windows color (decimal): -6796592 or 13650584. OLE color: 13650584.

HSL color Cylindrical-coordinate representation of color #984AD0: hue angle of 274.93º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #984AD0 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15274208-
CMYK0.270.6400.18
HSL274.93º58.77%55.29%-
HSV(B)274.93º64.42%81.57%-
XYZ26.7816.1361.38-
YUV112.6181.84156.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 74 (29.30% from 255) = 17.05%
BLUE value IS 208 (81.64% from 255) = 47.93%
R=35.02%
G=17.05%
B=47.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152742080.270.6400.18274.9358.7755.29
Hex984AD01B400121133b37
Octal230112320331000224237367
Binary10011000100101011010000110111000000010010100010011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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