#94498E

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

Shades of Violet Blue #94498E

Tints of Violet Blue #94498E

Color information

#94498E (or 0x94498E) is unknown color: approx Violet Blue. HEX triplet: 94, 49 and 8E. RGB value is (148,73,142). Sum of RGB (Red+Green+Blue) = 148+73+142=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #94498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94498E is #6BB671. Grayscale: #676767. Windows color (decimal): -7059058 or 9324948. OLE color: 9324948.

HSL color Cylindrical-coordinate representation of color #94498E: hue angle of 304.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94498E is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14873142-
CMYK00.510.040.42
HSL304.8º33.94%43.33%-
HSV(B)304.8º50.68%58.04%-
XYZ19.4813.0127.08-
YUV103.29149.85159.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=40.77%
G=20.11%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487314200.510.040.42304.833.9443.33
Hex94498E03342A131222b
Octal2241112160634524614253
Binary100101001001001100011100110011100101010100110001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94498E; }

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

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

<style>
 a { background-color: #94498E; }

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

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

<style>
 span { border-color: #94498E; }

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

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