#984BC2

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

Shades of Deep Lilac #984BC2

Tints of Deep Lilac #984BC2

Color information

#984BC2 (or 0x984BC2) is unknown color: approx Deep Lilac. HEX triplet: 98, 4B and C2. RGB value is (152,75,194). Sum of RGB (Red+Green+Blue) = 152+75+194=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #984BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BC2 is #67B43D. Grayscale: #6F6F6F. Windows color (decimal): -6796350 or 12733336. OLE color: 12733336.

HSL color Cylindrical-coordinate representation of color #984BC2: hue angle of 278.82º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #984BC2 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15275194-
CMYK0.220.6100.24
HSL278.82º49.38%52.75%-
HSV(B)278.82º61.34%76.08%-
XYZ25.215.652.72-
YUV111.59174.51156.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.10%
GREEN value IS 75 (29.69% from 255) = 17.81%
BLUE value IS 194 (76.17% from 255) = 46.08%
R=36.10%
G=17.81%
B=46.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152751940.220.6100.24278.8249.3852.75
Hex984BC2163D0181173135
Octal23011330226750304276165
Binary1001100010010111100001010110111101011000100010111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,75,194); }

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

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

 a { background-color: rgb(152,75,194); }

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

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

 span { border-color: rgb(152,75,194); }

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