Html Css Color HEX #994ABE Deep Lilac

📋 copy color: '#994ABE'

red 153 ◦ green 74 ◦ blue 190

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

Shades of Deep Lilac #994ABE

Tints of Deep Lilac #994ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 36.69%
G = 17.75%
B = 45.56%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#994ABE (or 0x994ABE) is known color: Deep Lilac. HEX triplet: 99, 4A and BE. RGB value is (153,74,190). Sum of RGB (Red+Green+Blue) = 153+74+190=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #994ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994ABE is #66B541. Grayscale: #6E6E6E. Windows color (decimal): -6731074 or 12470937. OLE color: 12470937.

HSL color Cylindrical-coordinate representation of color #994ABE: hue angle of 280.86º degrees, saturation: 0.47, 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 #994ABE is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 74 190 -
CMYK 0.19 0.61 0 0.25
HSL 280.86º 0.47% 0.52% -
HSV(B) 280.86º 0.61% 0.75% -
XYZ 24.88 15.39 50.37 -
YUV 110.85 172.67 158.07 -
System Red Green Blue C M Y K H S L
Decimal 153 74 190 0.19 0.61 0 0.25 280.86 0.47 0.52
Hex 99 4A BE 13 3D 0 19 119 2F 34
Octal 231 112 276 23 75 0 31 431 57 64
Binary 10011001 1001010 10111110 10011 111101 0 11001 100011001 101111 110100

Color Harmonies of #994ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994ABE

Black with #994ABE

Text Example


Text Example

White with #994ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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