Html Css Color HEX #984DD2 Deep Lilac

📋 copy color: '#984DD2'

red 152 ◦ green 77 ◦ blue 210

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

Shades of Deep Lilac #984DD2

Tints of Deep Lilac #984DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.84%

R = 34.62%
G = 17.54%
B = 47.84%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#984DD2 (or 0x984DD2) is known color: Deep Lilac. HEX triplet: 98, 4D and D2. RGB value is (152,77,210). Sum of RGB (Red+Green+Blue) = 152+77+210=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 210 - color contains mainly: blue. Hex color #984DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DD2 is #67B22D. Grayscale: #727272. Windows color (decimal): -6795822 or 13782424. OLE color: 13782424.

HSL color Cylindrical-coordinate representation of color #984DD2: hue angle of 273.83º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #984DD2 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 77 210 -
CMYK 0.28 0.63 0 0.18
HSL 273.83º 0.6% 0.56% -
HSV(B) 273.83º 0.63% 0.82% -
XYZ 27.24 16.64 62.75 -
YUV 114.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 152 77 210 0.28 0.63 0 0.18 273.83 0.6 0.56
Hex 98 4D D2 1C 3F 0 12 112 3C 38
Octal 230 115 322 34 77 0 22 422 74 70
Binary 10011000 1001101 11010010 11100 111111 0 10010 100010010 111100 111000

Color Harmonies of #984DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984DD2

Black with #984DD2

Text Example


Text Example

White with #984DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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