Html Css Color HEX #994FBF Deep Lilac

📋 copy color: '#994FBF'

red 153 ◦ green 79 ◦ blue 191

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

Shades of Deep Lilac #994FBF

Tints of Deep Lilac #994FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.15%

R = 36.17%
G = 18.68%
B = 45.15%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#994FBF (or 0x994FBF) is known color: Deep Lilac. HEX triplet: 99, 4F and BF. RGB value is (153,79,191). Sum of RGB (Red+Green+Blue) = 153+79+191=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #994FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FBF is #66B040. Grayscale: #717171. Windows color (decimal): -6729793 or 12537753. OLE color: 12537753.

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

Color convert

RGB 153 79 191 -
CMYK 0.20 0.59 0 0.25
HSL 279.64º 0.47% 0.53% -
HSV(B) 279.64º 0.59% 0.75% -
XYZ 25.34 16.13 51.07 -
YUV 113.89 171.52 155.89 -
System Red Green Blue C M Y K H S L
Decimal 153 79 191 0.20 0.59 0 0.25 279.64 0.47 0.53
Hex 99 4F BF 14 3B 0 19 118 2F 35
Octal 231 117 277 24 73 0 31 430 57 65
Binary 10011001 1001111 10111111 10100 111011 0 11001 100011000 101111 110101

Color Harmonies of #994FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994FBF

Black with #994FBF

Text Example


Text Example

White with #994FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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