#944A99

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

Shades of Violet Blue #944A99

Tints of Violet Blue #944A99

Color information

#944A99 (or 0x944A99) is unknown color: approx Violet Blue. HEX triplet: 94, 4A and 99. RGB value is (148,74,153). Sum of RGB (Red+Green+Blue) = 148+74+153=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #944A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944A99 is #6BB566. Grayscale: #686868. Windows color (decimal): -7058791 or 10046100. OLE color: 10046100.

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

Color convert

RGB14874153-
CMYK0.030.5200.4
HSL296.2º34.8%44.51%-
HSV(B)296.2º51.63%60%-
XYZ20.4113.4931.67-
YUV105.13155.02158.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=39.47%
G=19.73%
B=40.8%

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
Decimal148741530.030.5200.4296.234.844.51
Hex944A99334028128232d
Octal2241122313640504504355
Binary10010100100101010011001111101000101000100101000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944A99; }

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

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

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

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

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

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

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

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