Html Css Color HEX #994AC2 Deep Lilac

📋 copy color: '#994AC2'

red 153 ◦ green 74 ◦ blue 194

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

Shades of Deep Lilac #994AC2

Tints of Deep Lilac #994AC2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.58%

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

R = 36.34%
G = 17.58%
B = 46.08%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#994AC2 (or 0x994AC2) is known color: Deep Lilac. HEX triplet: 99, 4A and C2. RGB value is (153,74,194). Sum of RGB (Red+Green+Blue) = 153+74+194=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #994AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994AC2 is #66B53D. Grayscale: #6E6E6E. Windows color (decimal): -6731070 or 12733081. OLE color: 12733081.

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

Color convert

RGB 153 74 194 -
CMYK 0.21 0.62 0 0.24
HSL 279.5º 0.5% 0.53% -
HSV(B) 279.5º 0.62% 0.76% -
XYZ 25.32 15.56 52.71 -
YUV 111.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 153 74 194 0.21 0.62 0 0.24 279.5 0.5 0.53
Hex 99 4A C2 15 3E 0 18 118 32 35
Octal 231 112 302 25 76 0 30 430 62 65
Binary 10011001 1001010 11000010 10101 111110 0 11000 100011000 110010 110101

Color Harmonies of #994AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994AC2

Black with #994AC2

Text Example


Text Example

White with #994AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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