#94588F

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

Shades of Violet Blue #94588F

Tints of Violet Blue #94588F

Color information

#94588F (or 0x94588F) is unknown color: approx Violet Blue. HEX triplet: 94, 58 and 8F. RGB value is (148,88,143). Sum of RGB (Red+Green+Blue) = 148+88+143=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #94588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94588F is #6BA770. Grayscale: #707070. Windows color (decimal): -7055217 or 9394324. OLE color: 9394324.

HSL color Cylindrical-coordinate representation of color #94588F: hue angle of 305º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94588F is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14888143-
CMYK00.410.030.42
HSL305º25.42%46.27%-
HSV(B)305º40.54%58.04%-
XYZ20.6615.2627.84-
YUV112.21145.38153.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=39.05%
G=23.22%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488814300.410.030.4230525.4246.27
Hex94588F02932A131192e
Octal2241302170513524613156
Binary1001010010110001000111101010011110101010011000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94588F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94588F; }

 p { color: rgb(148,88,143); }

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

<style>
 a { background-color: #94588F; }

 a { background-color: rgb(148,88,143); }

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

<style>
 span { border-color: #94588F; }

 span { border-color: rgb(148,88,143); }

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