Html Css Color HEX #994AC0 Deep Lilac

📋 copy color: '#994AC0'

red 153 ◦ green 74 ◦ blue 192

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

Shades of Deep Lilac #994AC0

Tints of Deep Lilac #994AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.82%

R = 36.52%
G = 17.66%
B = 45.82%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#994AC0 (or 0x994AC0) is known color: Deep Lilac. HEX triplet: 99, 4A and C0. RGB value is (153,74,192). Sum of RGB (Red+Green+Blue) = 153+74+192=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #994AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994AC0 is #66B53F. Grayscale: #6E6E6E. Windows color (decimal): -6731072 or 12602009. OLE color: 12602009.

HSL color Cylindrical-coordinate representation of color #994AC0: hue angle of 280.17º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #994AC0 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 74 192 -
CMYK 0.20 0.61 0 0.25
HSL 280.17º 0.48% 0.52% -
HSV(B) 280.17º 0.61% 0.75% -
XYZ 25.1 15.48 51.53 -
YUV 111.07 173.67 157.91 -
System Red Green Blue C M Y K H S L
Decimal 153 74 192 0.20 0.61 0 0.25 280.17 0.48 0.52
Hex 99 4A C0 14 3D 0 19 118 30 34
Octal 231 112 300 24 75 0 31 430 60 64
Binary 10011001 1001010 11000000 10100 111101 0 11001 100011000 110000 110100

Color Harmonies of #994AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994AC0

Black with #994AC0

Text Example


Text Example

White with #994AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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