#93579D

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

Shades of Violet Blue #93579D

Tints of Violet Blue #93579D

Color information

#93579D (or 0x93579D) is unknown color: approx Violet Blue. HEX triplet: 93, 57 and 9D. RGB value is (147,87,157). Sum of RGB (Red+Green+Blue) = 147+87+157=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #93579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93579D is #6CA862. Grayscale: #707070. Windows color (decimal): -7120995 or 10311571. OLE color: 10311571.

HSL color Cylindrical-coordinate representation of color #93579D: hue angle of 291.43º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93579D is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14787157-
CMYK0.060.4500.38
HSL291.43º28.69%47.84%-
HSV(B)291.43º44.59%61.57%-
XYZ21.5315.4533.75-
YUV112.92152.88152.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.60%
GREEN value IS 87 (34.38% from 255) = 22.25%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=37.60%
G=22.25%
B=40.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147871570.060.4500.38291.4328.6947.84
Hex93579D62D0261231d30
Octal2231272356550464433560
Binary10010011101011110011101110101101010011010010001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93579D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93579D; }

 p { color: rgb(147,87,157); }

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

<style>
 a { background-color: #93579D; }

 a { background-color: rgb(147,87,157); }

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

<style>
 span { border-color: #93579D; }

 span { border-color: rgb(147,87,157); }

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