#944999

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

Shades of Violet Blue #944999

Tints of Violet Blue #944999

Color information

#944999 (or 0x944999) is unknown color: approx Violet Blue. HEX triplet: 94, 49 and 99. RGB value is (148,73,153). Sum of RGB (Red+Green+Blue) = 148+73+153=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #944999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944999 is #6BB666. Grayscale: #686868. Windows color (decimal): -7059047 or 10045844. OLE color: 10045844.

HSL color Cylindrical-coordinate representation of color #944999: hue angle of 296.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #944999 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14873153-
CMYK0.030.5200.4
HSL296.25º35.4%44.31%-
HSV(B)296.25º52.29%60%-
XYZ20.3513.3631.64-
YUV104.54155.35159-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 73 (28.91% from 255) = 19.52%
BLUE value IS 153 (60.16% from 255) = 40.91%
R=39.57%
G=19.52%
B=40.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal148731530.030.5200.4296.2535.444.31
Hex944999334028128232c
Octal2241112313640504504354
Binary10010100100100110011001111101000101000100101000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944999; }

 p { color: rgb(148,73,153); }

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

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

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

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

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

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

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