#94598E

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

Shades of Violet Blue #94598E

Tints of Violet Blue #94598E

Color information

#94598E (or 0x94598E) is unknown color: approx Violet Blue. HEX triplet: 94, 59 and 8E. RGB value is (148,89,142). Sum of RGB (Red+Green+Blue) = 148+89+142=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #94598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94598E is #6BA671. Grayscale: #707070. Windows color (decimal): -7054962 or 9329044. OLE color: 9329044.

HSL color Cylindrical-coordinate representation of color #94598E: hue angle of 306.1º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94598E is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14889142-
CMYK00.400.040.42
HSL306.1º24.89%46.47%-
HSV(B)306.1º39.86%58.04%-
XYZ20.6715.3927.47-
YUV112.68144.55153.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=39.05%
G=23.48%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488914200.400.040.42306.124.8946.47
Hex94598E02842A132192e
Octal2241312160504524623156
Binary10010100101100110001110010100010010101010011001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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