Shades of Violet Blue #93519D
Tints of Violet Blue #93519D
RGB
CMYK
RGB Variations
Color information
#93519D (or 0x93519D) is known color: Violet Blue. HEX triplet: 93, 51 and 9D. RGB value is (147,81,157). Sum of RGB (Red+Green+Blue) = 147+81+157=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #93519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93519D is #6CAE62. Grayscale: #6D6D6D. Windows color (decimal): -7122531 or 10310035. OLE color: 10310035.
HSL color Cylindrical-coordinate representation of color #93519D: hue angle of 292.11º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93519D is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 81 | 157 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.38 |
| HSL | 292.11º | 0.32% | 0.47% | - |
| HSV(B) | 292.11º | 0.48% | 0.62% | - |
| XYZ | 21.06 | 14.52 | 33.59 | - |
| YUV | 109.4 | 154.87 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 157 | 0.06 | 0.48 | 0 | 0.38 | 292.11 | 0.32 | 0.47 |
| Hex | 93 | 51 | 9D | 6 | 30 | 0 | 26 | 124 | 20 | 2F |
| Octal | 223 | 121 | 235 | 6 | 60 | 0 | 46 | 444 | 40 | 57 |
| Binary | 10010011 | 1010001 | 10011101 | 110 | 110000 | 0 | 100110 | 100100100 | 100000 | 101111 |
Color Harmonies of #93519D
Complementary color
Monochromatic Colors of #93519D
Black with #93519D
Text Example
Text Example
White with #93519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93519D; }
p { color: rgb(147,81,157); }
H1.HeaderClassName
{
color: #93519D;
}
.AnyTagClassName
{
color: #93519D;
}
</style>
background-color css
<style>
a { background-color: #93519D; }
a { background-color: rgb(147,81,157); }
div.DivClassName
{
background-color: #93519D;
}
.BgClassName
{
background-color: #93519D;
}
</style>
border-color css
<style>
span { border-color: #93519D; }
span { border-color: rgb(147,81,157); }
td.TdClassName
{
border-color: #93519D;
}
.TagClassName
{
border-color: #93519D;
}
</style>