Shades of Violet Blue #93599B
Tints of Violet Blue #93599B
RGB
CMYK
RGB Variations
Color information
#93599B (or 0x93599B) is known color: Violet Blue. HEX triplet: 93, 59 and 9B. RGB value is (147,89,155). Sum of RGB (Red+Green+Blue) = 147+89+155=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #93599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93599B is #6CA664. Grayscale: #717171. Windows color (decimal): -7120485 or 10181011. OLE color: 10181011.
HSL color Cylindrical-coordinate representation of color #93599B: hue angle of 292.73º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93599B is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 89 | 155 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.39 |
| HSL | 292.73º | 0.27% | 0.48% | - |
| HSV(B) | 292.73º | 0.43% | 0.61% | - |
| XYZ | 21.52 | 15.71 | 32.91 | - |
| YUV | 113.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 155 | 0.05 | 0.43 | 0 | 0.39 | 292.73 | 0.27 | 0.48 |
| Hex | 93 | 59 | 9B | 5 | 2B | 0 | 27 | 125 | 1B | 30 |
| Octal | 223 | 131 | 233 | 5 | 53 | 0 | 47 | 445 | 33 | 60 |
| Binary | 10010011 | 1011001 | 10011011 | 101 | 101011 | 0 | 100111 | 100100101 | 11011 | 110000 |
Color Harmonies of #93599B
Complementary color
Monochromatic Colors of #93599B
Black with #93599B
Text Example
Text Example
White with #93599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93599B; }
p { color: rgb(147,89,155); }
H1.HeaderClassName
{
color: #93599B;
}
.AnyTagClassName
{
color: #93599B;
}
</style>
background-color css
<style>
a { background-color: #93599B; }
a { background-color: rgb(147,89,155); }
div.DivClassName
{
background-color: #93599B;
}
.BgClassName
{
background-color: #93599B;
}
</style>
border-color css
<style>
span { border-color: #93599B; }
span { border-color: rgb(147,89,155); }
td.TdClassName
{
border-color: #93599B;
}
.TagClassName
{
border-color: #93599B;
}
</style>