Html Css Color HEX #994FBE Deep Lilac

📋 copy color: '#994FBE'

red 153 ◦ green 79 ◦ blue 190

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

Shades of Deep Lilac #994FBE

Tints of Deep Lilac #994FBE

RGB

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

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

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

R = 36.26%
G = 18.72%
B = 45.02%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#994FBE (or 0x994FBE) is known color: Deep Lilac. HEX triplet: 99, 4F and BE. RGB value is (153,79,190). Sum of RGB (Red+Green+Blue) = 153+79+190=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #994FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FBE is #66B041. Grayscale: #717171. Windows color (decimal): -6729794 or 12472217. OLE color: 12472217.

HSL color Cylindrical-coordinate representation of color #994FBE: hue angle of 280º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994FBE is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 79 190 -
CMYK 0.19 0.58 0 0.25
HSL 280º 0.46% 0.53% -
HSV(B) 280º 0.58% 0.75% -
XYZ 25.23 16.08 50.49 -
YUV 113.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 153 79 190 0.19 0.58 0 0.25 280 0.46 0.53
Hex 99 4F BE 13 3A 0 19 118 2E 35
Octal 231 117 276 23 72 0 31 430 56 65
Binary 10011001 1001111 10111110 10011 111010 0 11001 100011000 101110 110101

Color Harmonies of #994FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994FBE

Black with #994FBE

Text Example


Text Example

White with #994FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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