#944CA0

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

Shades of Violet Blue #944CA0

Tints of Violet Blue #944CA0

Color information

#944CA0 (or 0x944CA0) is unknown color: approx Violet Blue. HEX triplet: 94, 4C and A0. RGB value is (148,76,160). Sum of RGB (Red+Green+Blue) = 148+76+160=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 160 - color contains mainly: blue. Hex color #944CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944CA0 is #6BB35F. Grayscale: #6A6A6A. Windows color (decimal): -7058272 or 10505364. OLE color: 10505364.

HSL color Cylindrical-coordinate representation of color #944CA0: hue angle of 291.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #944CA0 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14876160-
CMYK0.070.5200.37
HSL291.43º35.59%46.27%-
HSV(B)291.43º52.5%62.75%-
XYZ21.141434.85-
YUV107.1157.85157.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.54%
GREEN value IS 76 (30.08% from 255) = 19.79%
BLUE value IS 160 (62.89% from 255) = 41.67%
R=38.54%
G=19.79%
B=41.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal148761600.070.5200.37291.4335.5946.27
Hex944CA0734025123242e
Octal2241142407640454434456
Binary100101001001100101000001111101000100101100100011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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