#984BCB

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

Shades of Deep Lilac #984BCB

Tints of Deep Lilac #984BCB

Color information

#984BCB (or 0x984BCB) is unknown color: approx Deep Lilac. HEX triplet: 98, 4B and CB. RGB value is (152,75,203). Sum of RGB (Red+Green+Blue) = 152+75+203=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #984BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BCB is #67B434. Grayscale: #707070. Windows color (decimal): -6796341 or 13323160. OLE color: 13323160.

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

Color convert

RGB15275203-
CMYK0.250.6300.20
HSL276.09º55.17%54.51%-
HSV(B)276.09º63.05%79.61%-
XYZ26.2416.0258.21-
YUV112.62179.01156.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 75 (29.69% from 255) = 17.44%
BLUE value IS 203 (79.69% from 255) = 47.21%
R=35.35%
G=17.44%
B=47.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152752030.250.6300.20276.0955.1754.51
Hex984BCB193F0141143737
Octal23011331331770244246767
Binary1001100010010111100101111001111111010100100010100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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