Shades of Violet Blue #93519F
Tints of Violet Blue #93519F
RGB
CMYK
RGB Variations
Color information
#93519F (or 0x93519F) is known color: Violet Blue. HEX triplet: 93, 51 and 9F. RGB value is (147,81,159). Sum of RGB (Red+Green+Blue) = 147+81+159=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #93519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93519F is #6CAE60. Grayscale: #6D6D6D. Windows color (decimal): -7122529 or 10441107. OLE color: 10441107.
HSL color Cylindrical-coordinate representation of color #93519F: hue angle of 290.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93519F is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 81 | 159 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.38 |
| HSL | 290.77º | 0.33% | 0.47% | - |
| HSV(B) | 290.77º | 0.49% | 0.62% | - |
| XYZ | 21.23 | 14.59 | 34.5 | - |
| YUV | 109.63 | 155.87 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 159 | 0.08 | 0.49 | 0 | 0.38 | 290.77 | 0.33 | 0.47 |
| Hex | 93 | 51 | 9F | 8 | 31 | 0 | 26 | 123 | 20 | 2F |
| Octal | 223 | 121 | 237 | 10 | 61 | 0 | 46 | 443 | 40 | 57 |
| Binary | 10010011 | 1010001 | 10011111 | 1000 | 110001 | 0 | 100110 | 100100011 | 100000 | 101111 |
Color Harmonies of #93519F
Complementary color
Monochromatic Colors of #93519F
Black with #93519F
Text Example
Text Example
White with #93519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93519F; }
p { color: rgb(147,81,159); }
H1.HeaderClassName
{
color: #93519F;
}
.AnyTagClassName
{
color: #93519F;
}
</style>
background-color css
<style>
a { background-color: #93519F; }
a { background-color: rgb(147,81,159); }
div.DivClassName
{
background-color: #93519F;
}
.BgClassName
{
background-color: #93519F;
}
</style>
border-color css
<style>
span { border-color: #93519F; }
span { border-color: rgb(147,81,159); }
td.TdClassName
{
border-color: #93519F;
}
.TagClassName
{
border-color: #93519F;
}
</style>