#93479f

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

Shades of Violet Blue #93479F

Tints of Violet Blue #93479F

Color information

#93479F (or 0x93479F) is unknown color: approx Violet Blue. HEX triplet: 93, 47 and 9F. RGB value is (147,71,159). Sum of RGB (Red+Green+Blue) = 147+71+159=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #93479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93479F is #6CB860. Grayscale: #676767. Windows color (decimal): -7125089 or 10438547. OLE color: 10438547.

HSL color Cylindrical-coordinate representation of color #93479F: hue angle of 291.82º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93479F is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14771159-
CMYK0.080.5500.38
HSL291.82º38.26%45.1%-
HSV(B)291.82º55.35%62.35%-
XYZ20.5413.2134.27-
YUV103.76159.18158.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 71 (28.12% from 255) = 18.83%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=38.99%
G=18.83%
B=42.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147711590.080.5500.38291.8238.2645.1
Hex93479F837026124262d
Octal22310723710670464444655
Binary1001001110001111001111110001101110100110100100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93479f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93479f; }

 p { color: rgb(147,71,159); }

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

<style>
 a { background-color: #93479f; }

 a { background-color: rgb(147,71,159); }

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

<style>
 span { border-color: #93479f; }

 span { border-color: rgb(147,71,159); }

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