#944CA3

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

Shades of Violet Blue #944CA3

Tints of Violet Blue #944CA3

Color information

#944CA3 (or 0x944CA3) is unknown color: approx Violet Blue. HEX triplet: 94, 4C and A3. RGB value is (148,76,163). Sum of RGB (Red+Green+Blue) = 148+76+163=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 163 - color contains mainly: blue. Hex color #944CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944CA3 is #6BB35C. Grayscale: #6B6B6B. Windows color (decimal): -7058269 or 10701972. OLE color: 10701972.

HSL color Cylindrical-coordinate representation of color #944CA3: hue angle of 289.66º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #944CA3 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14876163-
CMYK0.090.5300.36
HSL289.66º36.4%46.86%-
HSV(B)289.66º53.37%63.92%-
XYZ21.4114.1136.25-
YUV107.45159.35156.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 76 (30.08% from 255) = 19.64%
BLUE value IS 163 (64.06% from 255) = 42.12%
R=38.24%
G=19.64%
B=42.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148761630.090.5300.36289.6636.446.86
Hex944CA3935024122242f
Octal22411424311650444424457
Binary1001010010011001010001110011101010100100100100010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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