#93598F

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

Shades of Violet Blue #93598F

Tints of Violet Blue #93598F

Color information

#93598F (or 0x93598F) is unknown color: approx Violet Blue. HEX triplet: 93, 59 and 8F. RGB value is (147,89,143). Sum of RGB (Red+Green+Blue) = 147+89+143=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #93598F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93598F is #6CA670. Grayscale: #707070. Windows color (decimal): -7120497 or 9394579. OLE color: 9394579.

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

Color convert

RGB14789143-
CMYK00.390.030.42
HSL304.14º24.58%46.27%-
HSV(B)304.14º39.46%57.65%-
XYZ20.5615.3327.86-
YUV112.5145.22152.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.79%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=38.79%
G=23.48%
B=37.73%

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
Decimal1478914300.390.030.42304.1424.5846.27
Hex93598F02732A130192e
Octal2231312170473524603156
Binary1001001110110011000111101001111110101010011000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93598F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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