Shades of Violet Blue #93479F
Tints of Violet Blue #93479F
RGB
CMYK
RGB Variations
Color information
#93479F (or 0x93479F) is known color: 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
| RGB | 147 | 71 | 159 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.38 |
| HSL | 291.82º | 0.38% | 0.45% | - |
| HSV(B) | 291.82º | 0.55% | 0.62% | - |
| XYZ | 20.54 | 13.21 | 34.27 | - |
| YUV | 103.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 159 | 0.08 | 0.55 | 0 | 0.38 | 291.82 | 0.38 | 0.45 |
| Hex | 93 | 47 | 9F | 8 | 37 | 0 | 26 | 124 | 26 | 2D |
| Octal | 223 | 107 | 237 | 10 | 67 | 0 | 46 | 444 | 46 | 55 |
| Binary | 10010011 | 1000111 | 10011111 | 1000 | 110111 | 0 | 100110 | 100100100 | 100110 | 101101 |
Color Harmonies of #93479F
Complementary color
Monochromatic Colors of #93479F
Black with #93479F
Text Example
Text Example
White with #93479F
Text Example
Text Example
HTML Codes & Css Web 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>