#944CA4

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

Shades of Violet Blue #944CA4

Tints of Violet Blue #944CA4

Color information

#944CA4 (or 0x944CA4) is unknown color: approx Violet Blue. HEX triplet: 94, 4C and A4. RGB value is (148,76,164). Sum of RGB (Red+Green+Blue) = 148+76+164=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 164 - color contains mainly: blue. Hex color #944CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944CA4 is #6BB35B. Grayscale: #6B6B6B. Windows color (decimal): -7058268 or 10767508. OLE color: 10767508.

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

Color convert

RGB14876164-
CMYK0.100.5400.36
HSL289.09º36.67%47.06%-
HSV(B)289.09º53.66%64.31%-
XYZ21.514.1536.72-
YUV107.56159.85156.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 76 (30.08% from 255) = 19.59%
BLUE value IS 164 (64.45% from 255) = 42.27%
R=38.14%
G=19.59%
B=42.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148761640.100.5400.36289.0936.6747.06
Hex944CA4A36024121252f
Octal22411424412660444414557
Binary1001010010011001010010010101101100100100100100001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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