Shades of Violet Blue #93518E
Tints of Violet Blue #93518E
RGB
CMYK
RGB Variations
Color information
#93518E (or 0x93518E) is known color: Violet Blue. HEX triplet: 93, 51 and 8E. RGB value is (147,81,142). Sum of RGB (Red+Green+Blue) = 147+81+142=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #93518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93518E is #6CAE71. Grayscale: #6B6B6B. Windows color (decimal): -7122546 or 9326995. OLE color: 9326995.
HSL color Cylindrical-coordinate representation of color #93518E: hue angle of 304.55º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93518E is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 142 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.42 |
| HSL | 304.55º | 0.29% | 0.45% | - |
| HSV(B) | 304.55º | 0.45% | 0.58% | - |
| XYZ | 19.86 | 14.04 | 27.25 | - |
| YUV | 107.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 142 | 0 | 0.45 | 0.03 | 0.42 | 304.55 | 0.29 | 0.45 |
| Hex | 93 | 51 | 8E | 0 | 2D | 3 | 2A | 131 | 1D | 2D |
| Octal | 223 | 121 | 216 | 0 | 55 | 3 | 52 | 461 | 35 | 55 |
| Binary | 10010011 | 1010001 | 10001110 | 0 | 101101 | 11 | 101010 | 100110001 | 11101 | 101101 |
Color Harmonies of #93518E
Complementary color
Monochromatic Colors of #93518E
Black with #93518E
Text Example
Text Example
White with #93518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93518E; }
p { color: rgb(147,81,142); }
H1.HeaderClassName
{
color: #93518E;
}
.AnyTagClassName
{
color: #93518E;
}
</style>
background-color css
<style>
a { background-color: #93518E; }
a { background-color: rgb(147,81,142); }
div.DivClassName
{
background-color: #93518E;
}
.BgClassName
{
background-color: #93518E;
}
</style>
border-color css
<style>
span { border-color: #93518E; }
span { border-color: rgb(147,81,142); }
td.TdClassName
{
border-color: #93518E;
}
.TagClassName
{
border-color: #93518E;
}
</style>