#944C99

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

Shades of Violet Blue #944C99

Tints of Violet Blue #944C99

Color information

#944C99 (or 0x944C99) is unknown color: approx Violet Blue. HEX triplet: 94, 4C and 99. RGB value is (148,76,153). Sum of RGB (Red+Green+Blue) = 148+76+153=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #944C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944C99 is #6BB366. Grayscale: #6A6A6A. Windows color (decimal): -7058279 or 10046612. OLE color: 10046612.

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

Color convert

RGB14876153-
CMYK0.030.5000.4
HSL296.1º33.62%44.9%-
HSV(B)296.1º50.33%60%-
XYZ20.5513.7631.71-
YUV106.31154.35157.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=39.26%
G=20.16%
B=40.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal148761530.030.5000.4296.133.6244.9
Hex944C99332028128222d
Octal2241142313620504504255
Binary10010100100110010011001111100100101000100101000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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