Shades of Violet Blue #93598D
Tints of Violet Blue #93598D
RGB
CMYK
RGB Variations
Color information
#93598D (or 0x93598D) is known color: Violet Blue. HEX triplet: 93, 59 and 8D. RGB value is (147,89,141). Sum of RGB (Red+Green+Blue) = 147+89+141=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #93598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93598D is #6CA672. Grayscale: #707070. Windows color (decimal): -7120499 or 9263507. OLE color: 9263507.
HSL color Cylindrical-coordinate representation of color #93598D: hue angle of 306.21º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93598D is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 141 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.42 |
| HSL | 306.21º | 0.25% | 0.46% | - |
| HSV(B) | 306.21º | 0.39% | 0.58% | - |
| XYZ | 20.41 | 15.27 | 27.07 | - |
| YUV | 112.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 141 | 0 | 0.39 | 0.04 | 0.42 | 306.21 | 0.25 | 0.46 |
| Hex | 93 | 59 | 8D | 0 | 27 | 4 | 2A | 132 | 19 | 2E |
| Octal | 223 | 131 | 215 | 0 | 47 | 4 | 52 | 462 | 31 | 56 |
| Binary | 10010011 | 1011001 | 10001101 | 0 | 100111 | 100 | 101010 | 100110010 | 11001 | 101110 |
Color Harmonies of #93598D
Complementary color
Monochromatic Colors of #93598D
Black with #93598D
Text Example
Text Example
White with #93598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93598D; }
p { color: rgb(147,89,141); }
H1.HeaderClassName
{
color: #93598D;
}
.AnyTagClassName
{
color: #93598D;
}
</style>
background-color css
<style>
a { background-color: #93598D; }
a { background-color: rgb(147,89,141); }
div.DivClassName
{
background-color: #93598D;
}
.BgClassName
{
background-color: #93598D;
}
</style>
border-color css
<style>
span { border-color: #93598D; }
span { border-color: rgb(147,89,141); }
td.TdClassName
{
border-color: #93598D;
}
.TagClassName
{
border-color: #93598D;
}
</style>