#984BBD

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

Shades of Deep Lilac #984BBD

Tints of Deep Lilac #984BBD

Color information

#984BBD (or 0x984BBD) is unknown color: approx Deep Lilac. HEX triplet: 98, 4B and BD. RGB value is (152,75,189). Sum of RGB (Red+Green+Blue) = 152+75+189=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #984BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BBD is #67B442. Grayscale: #6E6E6E. Windows color (decimal): -6796355 or 12405656. OLE color: 12405656.

HSL color Cylindrical-coordinate representation of color #984BBD: hue angle of 280.53º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #984BBD is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15275189-
CMYK0.200.6000.26
HSL280.53º46.34%51.76%-
HSV(B)280.53º60.32%74.12%-
XYZ24.6515.3849.81-
YUV111.02172.01157.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.54%
GREEN value IS 75 (29.69% from 255) = 18.03%
BLUE value IS 189 (74.22% from 255) = 45.43%
R=36.54%
G=18.03%
B=45.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal152751890.200.6000.26280.5346.3451.76
Hex984BBD143C01A1192e34
Octal23011327524740324315664
Binary1001100010010111011110110100111100011010100011001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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