Shades of Vivid Violet #93479D
Tints of Vivid Violet #93479D
RGB
CMYK
RGB Variations
Color information
#93479D (or 0x93479D) is known color: Vivid Violet. HEX triplet: 93, 47 and 9D. RGB value is (147,71,157). Sum of RGB (Red+Green+Blue) = 147+71+157=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #93479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93479D is #6CB862. Grayscale: #676767. Windows color (decimal): -7125091 or 10307475. OLE color: 10307475.
HSL color Cylindrical-coordinate representation of color #93479D: hue angle of 293.02º 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 #93479D is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 71 | 157 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.38 |
| HSL | 293.02º | 0.38% | 0.45% | - |
| HSV(B) | 293.02º | 0.55% | 0.62% | - |
| XYZ | 20.37 | 13.14 | 33.36 | - |
| YUV | 103.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 157 | 0.06 | 0.55 | 0 | 0.38 | 293.02 | 0.38 | 0.45 |
| Hex | 93 | 47 | 9D | 6 | 37 | 0 | 26 | 125 | 26 | 2D |
| Octal | 223 | 107 | 235 | 6 | 67 | 0 | 46 | 445 | 46 | 55 |
| Binary | 10010011 | 1000111 | 10011101 | 110 | 110111 | 0 | 100110 | 100100101 | 100110 | 101101 |
Color Harmonies of #93479D
Complementary color
Monochromatic Colors of #93479D
Black with #93479D
Text Example
Text Example
White with #93479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93479D; }
p { color: rgb(147,71,157); }
H1.HeaderClassName
{
color: #93479D;
}
.AnyTagClassName
{
color: #93479D;
}
</style>
background-color css
<style>
a { background-color: #93479D; }
a { background-color: rgb(147,71,157); }
div.DivClassName
{
background-color: #93479D;
}
.BgClassName
{
background-color: #93479D;
}
</style>
border-color css
<style>
span { border-color: #93479D; }
span { border-color: rgb(147,71,157); }
td.TdClassName
{
border-color: #93479D;
}
.TagClassName
{
border-color: #93479D;
}
</style>