Html Css Color HEX #984DCC Deep Lilac

📋 copy color: '#984DCC'

red 152 ◦ green 77 ◦ blue 204

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

Shades of Deep Lilac #984DCC

Tints of Deep Lilac #984DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 35.1%
G = 17.78%
B = 47.11%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#984DCC (or 0x984DCC) is known color: Deep Lilac. HEX triplet: 98, 4D and CC. RGB value is (152,77,204). Sum of RGB (Red+Green+Blue) = 152+77+204=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #984DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DCC is #67B233. Grayscale: #717171. Windows color (decimal): -6795828 or 13389208. OLE color: 13389208.

HSL color Cylindrical-coordinate representation of color #984DCC: hue angle of 275.43º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #984DCC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 77 204 -
CMYK 0.25 0.62 0 0.2
HSL 275.43º 0.55% 0.55% -
HSV(B) 275.43º 0.62% 0.8% -
XYZ 26.5 16.34 58.88 -
YUV 113.9 178.85 155.17 -
System Red Green Blue C M Y K H S L
Decimal 152 77 204 0.25 0.62 0 0.2 275.43 0.55 0.55
Hex 98 4D CC 19 3E 0 14 113 37 37
Octal 230 115 314 31 76 0 24 423 67 67
Binary 10011000 1001101 11001100 11001 111110 0 10100 100010011 110111 110111

Color Harmonies of #984DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984DCC

Black with #984DCC

Text Example


Text Example

White with #984DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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