#94598C

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

Shades of Violet Blue #94598C

Tints of Violet Blue #94598C

Color information

#94598C (or 0x94598C) is unknown color: approx Violet Blue. HEX triplet: 94, 59 and 8C. RGB value is (148,89,140). Sum of RGB (Red+Green+Blue) = 148+89+140=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #94598C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94598C is #6BA673. Grayscale: #707070. Windows color (decimal): -7054964 or 9197972. OLE color: 9197972.

HSL color Cylindrical-coordinate representation of color #94598C: hue angle of 308.14º 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 #94598C is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14889140-
CMYK00.400.050.42
HSL308.14º24.89%46.47%-
HSV(B)308.14º39.86%58.04%-
XYZ20.5215.3326.69-
YUV112.45143.55153.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=39.26%
G=23.61%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488914000.400.050.42308.1424.8946.47
Hex94598C02852A134192e
Octal2241312140505524643156
Binary10010100101100110001100010100010110101010011010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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