#984BC8

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

Shades of Deep Lilac #984BC8

Tints of Deep Lilac #984BC8

Color information

#984BC8 (or 0x984BC8) is unknown color: approx Deep Lilac. HEX triplet: 98, 4B and C8. RGB value is (152,75,200). Sum of RGB (Red+Green+Blue) = 152+75+200=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #984BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BC8 is #67B437. Grayscale: #6F6F6F. Windows color (decimal): -6796344 or 13126552. OLE color: 13126552.

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

Color convert

RGB15275200-
CMYK0.240.6200.22
HSL276.96º53.19%53.92%-
HSV(B)276.96º62.5%78.43%-
XYZ25.8915.8856.34-
YUV112.27177.51156.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 75 (29.69% from 255) = 17.56%
BLUE value IS 200 (78.52% from 255) = 46.84%
R=35.60%
G=17.56%
B=46.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152752000.240.6200.22276.9653.1953.92
Hex984BC8183E0161153536
Octal23011331030760264256566
Binary1001100010010111100100011000111110010110100010101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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