Html Css Color HEX #984ECF Deep Lilac

📋 copy color: '#984ECF'

red 152 ◦ green 78 ◦ blue 207

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

Shades of Deep Lilac #984ECF

Tints of Deep Lilac #984ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 34.78%
G = 17.85%
B = 47.37%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#984ECF (or 0x984ECF) is known color: Deep Lilac. HEX triplet: 98, 4E and CF. RGB value is (152,78,207). Sum of RGB (Red+Green+Blue) = 152+78+207=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #984ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984ECF is #67B130. Grayscale: #727272. Windows color (decimal): -6795569 or 13586072. OLE color: 13586072.

HSL color Cylindrical-coordinate representation of color #984ECF: hue angle of 274.42º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #984ECF is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 78 207 -
CMYK 0.27 0.62 0 0.19
HSL 274.42º 0.57% 0.56% -
HSV(B) 274.42º 0.62% 0.81% -
XYZ 26.94 16.63 60.82 -
YUV 114.83 180.02 154.51 -
System Red Green Blue C M Y K H S L
Decimal 152 78 207 0.27 0.62 0 0.19 274.42 0.57 0.56
Hex 98 4E CF 1B 3E 0 13 112 39 38
Octal 230 116 317 33 76 0 23 422 71 70
Binary 10011000 1001110 11001111 11011 111110 0 10011 100010010 111001 111000

Color Harmonies of #984ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984ECF

Black with #984ECF

Text Example


Text Example

White with #984ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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