#984ACA

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

Shades of Deep Lilac #984ACA

Tints of Deep Lilac #984ACA

Color information

#984ACA (or 0x984ACA) is unknown color: approx Deep Lilac. HEX triplet: 98, 4A and CA. RGB value is (152,74,202). Sum of RGB (Red+Green+Blue) = 152+74+202=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #984ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984ACA is #67B535. Grayscale: #6F6F6F. Windows color (decimal): -6796598 or 13257368. OLE color: 13257368.

HSL color Cylindrical-coordinate representation of color #984ACA: hue angle of 276.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #984ACA is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15274202-
CMYK0.250.6300.21
HSL276.56º54.7%54.12%-
HSV(B)276.56º63.37%79.22%-
XYZ26.0615.8457.56-
YUV111.91178.84156.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 74 (29.30% from 255) = 17.29%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=35.51%
G=17.29%
B=47.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152742020.250.6300.21276.5654.754.12
Hex984ACA193F0151153736
Octal23011231231770254256766
Binary1001100010010101100101011001111111010101100010101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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