#994B99

Color #994B99 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #994B99

Tints of Violet Blue #994B99

Color information

#994B99 (or 0x994B99) is unknown color: approx Violet Blue. HEX triplet: 99, 4B and 99. RGB value is (153,75,153). Sum of RGB (Red+Green+Blue) = 153+75+153=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #994B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994B99 is #66B466. Grayscale: #6A6A6A. Windows color (decimal): -6730855 or 10046361. OLE color: 10046361.

HSL color Cylindrical-coordinate representation of color #994B99: hue angle of 300º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #994B99 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15375153-
CMYK00.5100.4
HSL300º34.21%44.71%-
HSV(B)300º50.98%60%-
XYZ21.414.131.73-
YUV107.21153.84160.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.16%
GREEN value IS 75 (29.69% from 255) = 19.69%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=40.16%
G=19.69%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537515300.5100.430034.2144.71
Hex994B9903302812c222d
Octal2311132310630504544255
Binary1001100110010111001100101100110101000100101100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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