Html Css Color HEX #994FC6 Deep Lilac

📋 copy color: '#994FC6'

red 153 ◦ green 79 ◦ blue 198

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

Shades of Deep Lilac #994FC6

Tints of Deep Lilac #994FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.05%

R = 35.58%
G = 18.37%
B = 46.05%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#994FC6 (or 0x994FC6) is known color: Deep Lilac. HEX triplet: 99, 4F and C6. RGB value is (153,79,198). Sum of RGB (Red+Green+Blue) = 153+79+198=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 198 - color contains mainly: blue. Hex color #994FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FC6 is #66B039. Grayscale: #727272. Windows color (decimal): -6729786 or 12996505. OLE color: 12996505.

HSL color Cylindrical-coordinate representation of color #994FC6: hue angle of 277.31º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #994FC6 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 79 198 -
CMYK 0.23 0.60 0 0.22
HSL 277.31º 0.51% 0.54% -
HSV(B) 277.31º 0.6% 0.78% -
XYZ 26.13 16.44 55.22 -
YUV 114.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 153 79 198 0.23 0.60 0 0.22 277.31 0.51 0.54
Hex 99 4F C6 17 3C 0 16 115 33 36
Octal 231 117 306 27 74 0 26 425 63 66
Binary 10011001 1001111 11000110 10111 111100 0 10110 100010101 110011 110110

Color Harmonies of #994FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994FC6

Black with #994FC6

Text Example


Text Example

White with #994FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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