Shades of Violet Blue #93519B
Tints of Violet Blue #93519B
RGB
CMYK
RGB Variations
Color information
#93519B (or 0x93519B) is known color: Violet Blue. HEX triplet: 93, 51 and 9B. RGB value is (147,81,155). Sum of RGB (Red+Green+Blue) = 147+81+155=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #93519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93519B is #6CAE64. Grayscale: #6C6C6C. Windows color (decimal): -7122533 or 10178963. OLE color: 10178963.
HSL color Cylindrical-coordinate representation of color #93519B: hue angle of 293.51º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93519B is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 81 | 155 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.39 |
| HSL | 293.51º | 0.31% | 0.46% | - |
| HSV(B) | 293.51º | 0.48% | 0.61% | - |
| XYZ | 20.89 | 14.45 | 32.7 | - |
| YUV | 109.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 155 | 0.05 | 0.48 | 0 | 0.39 | 293.51 | 0.31 | 0.46 |
| Hex | 93 | 51 | 9B | 5 | 30 | 0 | 27 | 126 | 1F | 2E |
| Octal | 223 | 121 | 233 | 5 | 60 | 0 | 47 | 446 | 37 | 56 |
| Binary | 10010011 | 1010001 | 10011011 | 101 | 110000 | 0 | 100111 | 100100110 | 11111 | 101110 |
Color Harmonies of #93519B
Complementary color
Monochromatic Colors of #93519B
Black with #93519B
Text Example
Text Example
White with #93519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93519B; }
p { color: rgb(147,81,155); }
H1.HeaderClassName
{
color: #93519B;
}
.AnyTagClassName
{
color: #93519B;
}
</style>
background-color css
<style>
a { background-color: #93519B; }
a { background-color: rgb(147,81,155); }
div.DivClassName
{
background-color: #93519B;
}
.BgClassName
{
background-color: #93519B;
}
</style>
border-color css
<style>
span { border-color: #93519B; }
span { border-color: rgb(147,81,155); }
td.TdClassName
{
border-color: #93519B;
}
.TagClassName
{
border-color: #93519B;
}
</style>