#944D96

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

Shades of Violet Blue #944D96

Tints of Violet Blue #944D96

Color information

#944D96 (or 0x944D96) is unknown color: approx Violet Blue. HEX triplet: 94, 4D and 96. RGB value is (148,77,150). Sum of RGB (Red+Green+Blue) = 148+77+150=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #944D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944D96 is #6BB269. Grayscale: #6A6A6A. Windows color (decimal): -7058026 or 9850260. OLE color: 9850260.

HSL color Cylindrical-coordinate representation of color #944D96: hue angle of 298.36º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944D96 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14877150-
CMYK0.010.4900.41
HSL298.36º32.16%44.51%-
HSV(B)298.36º48.67%58.82%-
XYZ20.3713.8130.45-
YUV106.55152.52157.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 77 (30.47% from 255) = 20.53%
BLUE value IS 150 (58.98% from 255) = 40%
R=39.47%
G=20.53%
B=40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148771500.010.4900.41298.3632.1644.51
Hex944D9613102912a202d
Octal2241152261610514524055
Binary1001010010011011001011011100010101001100101010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,77,150); }

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

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

 a { background-color: rgb(148,77,150); }

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

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

 span { border-color: rgb(148,77,150); }

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