Html Css Color HEX #984DB8 Deep Lilac

📋 copy color: '#984DB8'

red 152 ◦ green 77 ◦ blue 184

#984DB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #984DB8

Tints of Deep Lilac #984DB8

RGB

 RED value IS 152 (59.77% from 255) = 36.8%

 GREEN value IS 77 (30.47% from 255) = 18.64%

 BLUE value IS 184 (72.27% from 255) = 44.55%

R = 36.8%
G = 18.64%
B = 44.55%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#984DB8 (or 0x984DB8) is known color: Deep Lilac. HEX triplet: 98, 4D and B8. RGB value is (152,77,184). Sum of RGB (Red+Green+Blue) = 152+77+184=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 184 - color contains mainly: blue. Hex color #984DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DB8 is #67B247. Grayscale: #6F6F6F. Windows color (decimal): -6795848 or 12078488. OLE color: 12078488.

HSL color Cylindrical-coordinate representation of color #984DB8: hue angle of 282.06º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984DB8 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 77 184 -
CMYK 0.17 0.58 0 0.28
HSL 282.06º 0.43% 0.51% -
HSV(B) 282.06º 0.58% 0.72% -
XYZ 24.25 15.44 47.05 -
YUV 111.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 152 77 184 0.17 0.58 0 0.28 282.06 0.43 0.51
Hex 98 4D B8 11 3A 0 1C 11A 2B 33
Octal 230 115 270 21 72 0 34 432 53 63
Binary 10011000 1001101 10111000 10001 111010 0 11100 100011010 101011 110011

Color Harmonies of #984DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984DB8

Black with #984DB8

Text Example


Text Example

White with #984DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,77,184); }

 H1.HeaderClassName
 {
   color: #984DB8;
 }
 .AnyTagClassName
 {
   color: #984DB8;
 }
</style>

background-color css

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

 a { background-color: rgb(152,77,184); }

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

border-color css

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

 span { border-color: rgb(152,77,184); }

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