#944D9C

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

Shades of Violet Blue #944D9C

Tints of Violet Blue #944D9C

Color information

#944D9C (or 0x944D9C) is unknown color: approx Violet Blue. HEX triplet: 94, 4D and 9C. RGB value is (148,77,156). Sum of RGB (Red+Green+Blue) = 148+77+156=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #944D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944D9C is #6BB263. Grayscale: #6A6A6A. Windows color (decimal): -7058020 or 10243476. OLE color: 10243476.

HSL color Cylindrical-coordinate representation of color #944D9C: hue angle of 293.92º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #944D9C is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14877156-
CMYK0.050.5100.39
HSL293.92º33.91%45.69%-
HSV(B)293.92º50.64%61.18%-
XYZ20.871433.06-
YUV107.23155.52157.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.85%
GREEN value IS 77 (30.47% from 255) = 20.21%
BLUE value IS 156 (61.33% from 255) = 40.94%
R=38.85%
G=20.21%
B=40.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148771560.050.5100.39293.9233.9145.69
Hex944D9C533027126222e
Octal2241152345630474464256
Binary100101001001101100111001011100110100111100100110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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