#984CB0

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

Shades of Deep Lilac #984CB0

Tints of Deep Lilac #984CB0

Color information

#984CB0 (or 0x984CB0) is unknown color: approx Deep Lilac. HEX triplet: 98, 4C and B0. RGB value is (152,76,176). Sum of RGB (Red+Green+Blue) = 152+76+176=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 176 - color contains mainly: blue. Hex color #984CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984CB0 is #67B34F. Grayscale: #6D6D6D. Windows color (decimal): -6796112 or 11553944. OLE color: 11553944.

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

Color convert

RGB15276176-
CMYK0.140.5700.31
HSL285.6º39.68%49.41%-
HSV(B)285.6º56.82%69.02%-
XYZ23.3714.9842.73-
YUV110.12165.18157.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 76 (30.08% from 255) = 18.81%
BLUE value IS 176 (69.14% from 255) = 43.56%
R=37.62%
G=18.81%
B=43.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152761760.140.5700.31285.639.6849.41
Hex984CB0E3901F11e2831
Octal23011426016710374365061
Binary100110001001100101100001110111001011111100011110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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