#93598E

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

Shades of Violet Blue #93598E

Tints of Violet Blue #93598E

Color information

#93598E (or 0x93598E) is unknown color: approx Violet Blue. HEX triplet: 93, 59 and 8E. RGB value is (147,89,142). Sum of RGB (Red+Green+Blue) = 147+89+142=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #93598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93598E is #6CA671. Grayscale: #707070. Windows color (decimal): -7120498 or 9329043. OLE color: 9329043.

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

Color convert

RGB14789142-
CMYK00.390.030.42
HSL305.17º24.58%46.27%-
HSV(B)305.17º39.46%57.65%-
XYZ20.4915.327.46-
YUV112.38144.72152.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=38.89%
G=23.54%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478914200.390.030.42305.1724.5846.27
Hex93598E02732A131192e
Octal2231312160473524613156
Binary1001001110110011000111001001111110101010011000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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