Shades of Violet Blue #93599F
Tints of Violet Blue #93599F
RGB
CMYK
RGB Variations
Color information
#93599F (or 0x93599F) is known color: Violet Blue. HEX triplet: 93, 59 and 9F. RGB value is (147,89,159). Sum of RGB (Red+Green+Blue) = 147+89+159=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #93599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93599F is #6CA660. Grayscale: #727272. Windows color (decimal): -7120481 or 10443155. OLE color: 10443155.
HSL color Cylindrical-coordinate representation of color #93599F: hue angle of 289.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93599F is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 89 | 159 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.38 |
| HSL | 289.71º | 0.28% | 0.49% | - |
| HSV(B) | 289.71º | 0.44% | 0.62% | - |
| XYZ | 21.86 | 15.85 | 34.71 | - |
| YUV | 114.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 159 | 0.08 | 0.44 | 0 | 0.38 | 289.71 | 0.28 | 0.49 |
| Hex | 93 | 59 | 9F | 8 | 2C | 0 | 26 | 122 | 1C | 31 |
| Octal | 223 | 131 | 237 | 10 | 54 | 0 | 46 | 442 | 34 | 61 |
| Binary | 10010011 | 1011001 | 10011111 | 1000 | 101100 | 0 | 100110 | 100100010 | 11100 | 110001 |
Color Harmonies of #93599F
Complementary color
Monochromatic Colors of #93599F
Black with #93599F
Text Example
Text Example
White with #93599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93599F; }
p { color: rgb(147,89,159); }
H1.HeaderClassName
{
color: #93599F;
}
.AnyTagClassName
{
color: #93599F;
}
</style>
background-color css
<style>
a { background-color: #93599F; }
a { background-color: rgb(147,89,159); }
div.DivClassName
{
background-color: #93599F;
}
.BgClassName
{
background-color: #93599F;
}
</style>
border-color css
<style>
span { border-color: #93599F; }
span { border-color: rgb(147,89,159); }
td.TdClassName
{
border-color: #93599F;
}
.TagClassName
{
border-color: #93599F;
}
</style>