#944AA2

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

Shades of Violet Blue #944AA2

Tints of Violet Blue #944AA2

Color information

#944AA2 (or 0x944AA2) is unknown color: approx Violet Blue. HEX triplet: 94, 4A and A2. RGB value is (148,74,162). Sum of RGB (Red+Green+Blue) = 148+74+162=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 162 - color contains mainly: blue. Hex color #944AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944AA2 is #6BB55D. Grayscale: #696969. Windows color (decimal): -7058782 or 10635924. OLE color: 10635924.

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

Color convert

RGB14874162-
CMYK0.090.5400.36
HSL290.45º37.29%46.27%-
HSV(B)290.45º54.32%63.53%-
XYZ21.1813.835.73-
YUV106.16159.52157.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.54%
GREEN value IS 74 (29.30% from 255) = 19.27%
BLUE value IS 162 (63.67% from 255) = 42.19%
R=38.54%
G=19.27%
B=42.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148741620.090.5400.36290.4537.2946.27
Hex944AA2936024122252e
Octal22411224211660444424556
Binary1001010010010101010001010011101100100100100100010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,74,162); }

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

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

 a { background-color: rgb(148,74,162); }

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

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

 span { border-color: rgb(148,74,162); }

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