Html Css Color HEX #994FCE Deep Lilac

📋 copy color: '#994FCE'

red 153 ◦ green 79 ◦ blue 206

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

Shades of Deep Lilac #994FCE

Tints of Deep Lilac #994FCE

RGB

 RED value IS 153 (60.16% from 255) = 34.93%

 GREEN value IS 79 (31.25% from 255) = 18.04%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 34.93%
G = 18.04%
B = 47.03%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#994FCE (or 0x994FCE) is known color: Deep Lilac. HEX triplet: 99, 4F and CE. RGB value is (153,79,206). Sum of RGB (Red+Green+Blue) = 153+79+206=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #994FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FCE is #66B031. Grayscale: #737373. Windows color (decimal): -6729778 or 13520793. OLE color: 13520793.

HSL color Cylindrical-coordinate representation of color #994FCE: hue angle of 274.96º degrees, saturation: 0.56, 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 #994FCE is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 79 206 -
CMYK 0.26 0.62 0 0.19
HSL 274.96º 0.56% 0.56% -
HSV(B) 274.96º 0.62% 0.81% -
XYZ 27.07 16.82 60.21 -
YUV 115.6 179.02 154.67 -
System Red Green Blue C M Y K H S L
Decimal 153 79 206 0.26 0.62 0 0.19 274.96 0.56 0.56
Hex 99 4F CE 1A 3E 0 13 113 38 38
Octal 231 117 316 32 76 0 23 423 70 70
Binary 10011001 1001111 11001110 11010 111110 0 10011 100010011 111000 111000

Color Harmonies of #994FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994FCE

Black with #994FCE

Text Example


Text Example

White with #994FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994FCE; }

 p { color: rgb(153,79,206); }

 H1.HeaderClassName
 {
   color: #994FCE;
 }
 .AnyTagClassName
 {
   color: #994FCE;
 }
</style>

background-color css

<style>
 a { background-color: #994FCE; }

 a { background-color: rgb(153,79,206); }

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

border-color css

<style>
 span { border-color: #994FCE; }

 span { border-color: rgb(153,79,206); }

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