Html Css Color HEX #994ACE Deep Lilac

📋 copy color: '#994ACE'

red 153 ◦ green 74 ◦ blue 206

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

Shades of Deep Lilac #994ACE

Tints of Deep Lilac #994ACE

RGB

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

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

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

R = 35.33%
G = 17.09%
B = 47.58%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#994ACE (or 0x994ACE) is known color: Deep Lilac. HEX triplet: 99, 4A and CE. RGB value is (153,74,206). Sum of RGB (Red+Green+Blue) = 153+74+206=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #994ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994ACE is #66B531. Grayscale: #707070. Windows color (decimal): -6731058 or 13519513. OLE color: 13519513.

HSL color Cylindrical-coordinate representation of color #994ACE: hue angle of 275.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #994ACE is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 74 206 -
CMYK 0.26 0.64 0 0.19
HSL 275.91º 0.57% 0.55% -
HSV(B) 275.91º 0.64% 0.81% -
XYZ 26.73 16.13 60.1 -
YUV 112.67 180.67 156.77 -
System Red Green Blue C M Y K H S L
Decimal 153 74 206 0.26 0.64 0 0.19 275.91 0.57 0.55
Hex 99 4A CE 1A 40 0 13 114 39 37
Octal 231 112 316 32 100 0 23 424 71 67
Binary 10011001 1001010 11001110 11010 1000000 0 10011 100010100 111001 110111

Color Harmonies of #994ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994ACE

Black with #994ACE

Text Example


Text Example

White with #994ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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