Html Css Color HEX #984EC0 Deep Lilac

📋 copy color: '#984EC0'

red 152 ◦ green 78 ◦ blue 192

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

Shades of Deep Lilac #984EC0

Tints of Deep Lilac #984EC0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.48%

 BLUE value IS 192 (75.39% from 255) = 45.5%

R = 36.02%
G = 18.48%
B = 45.5%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#984EC0 (or 0x984EC0) is known color: Deep Lilac. HEX triplet: 98, 4E and C0. RGB value is (152,78,192). Sum of RGB (Red+Green+Blue) = 152+78+192=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #984EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984EC0 is #67B13F. Grayscale: #707070. Windows color (decimal): -6795584 or 12603032. OLE color: 12603032.

HSL color Cylindrical-coordinate representation of color #984EC0: hue angle of 278.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #984EC0 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 78 192 -
CMYK 0.21 0.59 0 0.25
HSL 278.95º 0.48% 0.53% -
HSV(B) 278.95º 0.59% 0.75% -
XYZ 25.19 15.93 51.62 -
YUV 113.12 172.52 155.73 -
System Red Green Blue C M Y K H S L
Decimal 152 78 192 0.21 0.59 0 0.25 278.95 0.48 0.53
Hex 98 4E C0 15 3B 0 19 117 30 35
Octal 230 116 300 25 73 0 31 427 60 65
Binary 10011000 1001110 11000000 10101 111011 0 11001 100010111 110000 110101

Color Harmonies of #984EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984EC0

Black with #984EC0

Text Example


Text Example

White with #984EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,78,192); }

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

background-color css

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

 a { background-color: rgb(152,78,192); }

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

border-color css

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

 span { border-color: rgb(152,78,192); }

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