Html Css Color HEX #984DB6 Deep Lilac

📋 copy color: '#984DB6'

red 152 ◦ green 77 ◦ blue 182

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

Shades of Deep Lilac #984DB6

Tints of Deep Lilac #984DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.28%

R = 36.98%
G = 18.73%
B = 44.28%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#984DB6 (or 0x984DB6) is known color: Deep Lilac. HEX triplet: 98, 4D and B6. RGB value is (152,77,182). Sum of RGB (Red+Green+Blue) = 152+77+182=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #984DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DB6 is #67B249. Grayscale: #6F6F6F. Windows color (decimal): -6795850 or 11947416. OLE color: 11947416.

HSL color Cylindrical-coordinate representation of color #984DB6: hue angle of 282.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984DB6 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 77 182 -
CMYK 0.16 0.58 0 0.29
HSL 282.86º 0.42% 0.51% -
HSV(B) 282.86º 0.58% 0.71% -
XYZ 24.05 15.36 45.95 -
YUV 111.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 152 77 182 0.16 0.58 0 0.29 282.86 0.42 0.51
Hex 98 4D B6 10 3A 0 1D 11B 2A 33
Octal 230 115 266 20 72 0 35 433 52 63
Binary 10011000 1001101 10110110 10000 111010 0 11101 100011011 101010 110011

Color Harmonies of #984DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984DB6

Black with #984DB6

Text Example


Text Example

White with #984DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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