Html Css Color HEX #984EC8 Deep Lilac

📋 copy color: '#984EC8'

red 152 ◦ green 78 ◦ blue 200

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

Shades of Deep Lilac #984EC8

Tints of Deep Lilac #984EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.51%

R = 35.35%
G = 18.14%
B = 46.51%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#984EC8 (or 0x984EC8) is known color: Deep Lilac. HEX triplet: 98, 4E and C8. RGB value is (152,78,200). Sum of RGB (Red+Green+Blue) = 152+78+200=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #984EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984EC8 is #67B137. Grayscale: #717171. Windows color (decimal): -6795576 or 13127320. OLE color: 13127320.

HSL color Cylindrical-coordinate representation of color #984EC8: hue angle of 276.39º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #984EC8 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 78 200 -
CMYK 0.24 0.61 0 0.22
HSL 276.39º 0.53% 0.55% -
HSV(B) 276.39º 0.61% 0.78% -
XYZ 26.1 16.29 56.41 -
YUV 114.03 176.52 155.08 -
System Red Green Blue C M Y K H S L
Decimal 152 78 200 0.24 0.61 0 0.22 276.39 0.53 0.55
Hex 98 4E C8 18 3D 0 16 114 35 37
Octal 230 116 310 30 75 0 26 424 65 67
Binary 10011000 1001110 11001000 11000 111101 0 10110 100010100 110101 110111

Color Harmonies of #984EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984EC8

Black with #984EC8

Text Example


Text Example

White with #984EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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