#94499A

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

Shades of Violet Blue #94499A

Tints of Violet Blue #94499A

Color information

#94499A (or 0x94499A) is unknown color: approx Violet Blue. HEX triplet: 94, 49 and 9A. RGB value is (148,73,154). Sum of RGB (Red+Green+Blue) = 148+73+154=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #94499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94499A is #6BB665. Grayscale: #686868. Windows color (decimal): -7059046 or 10111380. OLE color: 10111380.

HSL color Cylindrical-coordinate representation of color #94499A: hue angle of 295.56º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94499A is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14873154-
CMYK0.040.5300.40
HSL295.56º35.68%44.51%-
HSV(B)295.56º52.6%60.39%-
XYZ20.4313.3932.08-
YUV104.66155.85158.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=39.47%
G=19.47%
B=41.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148731540.040.5300.40295.5635.6844.51
Hex94499A435028128242d
Octal2241112324650504504455
Binary100101001001001100110101001101010101000100101000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94499A; }

 p { color: rgb(148,73,154); }

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

<style>
 a { background-color: #94499A; }

 a { background-color: rgb(148,73,154); }

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

<style>
 span { border-color: #94499A; }

 span { border-color: rgb(148,73,154); }

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