#93588E

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

Shades of Violet Blue #93588E

Tints of Violet Blue #93588E

Color information

#93588E (or 0x93588E) is unknown color: approx Violet Blue. HEX triplet: 93, 58 and 8E. RGB value is (147,88,142). Sum of RGB (Red+Green+Blue) = 147+88+142=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #93588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93588E is #6CA771. Grayscale: #6F6F6F. Windows color (decimal): -7120754 or 9328787. OLE color: 9328787.

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

Color convert

RGB14788142-
CMYK00.400.030.42
HSL305.08º25.11%46.08%-
HSV(B)305.08º40.14%57.65%-
XYZ20.415.1427.44-
YUV111.8145.05153.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=38.99%
G=23.34%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478814200.400.030.42305.0825.1146.08
Hex93588E02832A131192e
Octal2231302160503524613156
Binary1001001110110001000111001010001110101010011000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,88,142); }

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

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

 a { background-color: rgb(147,88,142); }

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

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

 span { border-color: rgb(147,88,142); }

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