#994BAF

Color #994BAF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #994BAF

Tints of Deep Lilac #994BAF

Color information

#994BAF (or 0x994BAF) is unknown color: approx Deep Lilac. HEX triplet: 99, 4B and AF. RGB value is (153,75,175). Sum of RGB (Red+Green+Blue) = 153+75+175=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #994BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994BAF is #66B450. Grayscale: #6D6D6D. Windows color (decimal): -6730833 or 11488153. OLE color: 11488153.

HSL color Cylindrical-coordinate representation of color #994BAF: hue angle of 286.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #994BAF is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15375175-
CMYK0.130.5700.31
HSL286.8º40%49.02%-
HSV(B)286.8º57.14%68.63%-
XYZ23.3914.942.2-
YUV109.72164.84158.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.97%
GREEN value IS 75 (29.69% from 255) = 18.61%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=37.97%
G=18.61%
B=43.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153751750.130.5700.31286.84049.02
Hex994BAFD3901F11f2831
Octal23111325715710374375061
Binary100110011001011101011111101111001011111100011111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,75,175); }

 H1.HeaderClassName
 {
   color: #994BAF;
 }
 .AnyTagClassName
 {
   color: #994BAF;
 }
</style>
background-color css

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

 a { background-color: rgb(153,75,175); }

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

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

 span { border-color: rgb(153,75,175); }

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