Html Css Color HEX #994FC2 Deep Lilac

📋 copy color: '#994FC2'

red 153 ◦ green 79 ◦ blue 194

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

Shades of Deep Lilac #994FC2

Tints of Deep Lilac #994FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.54%

R = 35.92%
G = 18.54%
B = 45.54%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#994FC2 (or 0x994FC2) is known color: Deep Lilac. HEX triplet: 99, 4F and C2. RGB value is (153,79,194). Sum of RGB (Red+Green+Blue) = 153+79+194=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #994FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FC2 is #66B03D. Grayscale: #717171. Windows color (decimal): -6729790 or 12734361. OLE color: 12734361.

HSL color Cylindrical-coordinate representation of color #994FC2: hue angle of 278.61º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994FC2 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 79 194 -
CMYK 0.21 0.59 0 0.24
HSL 278.61º 0.49% 0.54% -
HSV(B) 278.61º 0.59% 0.76% -
XYZ 25.67 16.26 52.82 -
YUV 114.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 153 79 194 0.21 0.59 0 0.24 278.61 0.49 0.54
Hex 99 4F C2 15 3B 0 18 117 31 36
Octal 231 117 302 25 73 0 30 427 61 66
Binary 10011001 1001111 11000010 10101 111011 0 11000 100010111 110001 110110

Color Harmonies of #994FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994FC2

Black with #994FC2

Text Example


Text Example

White with #994FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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