Shades of Violet Blue #93589B
Tints of Violet Blue #93589B
RGB
CMYK
RGB Variations
Color information
#93589B (or 0x93589B) is known color: Violet Blue. HEX triplet: 93, 58 and 9B. RGB value is (147,88,155). Sum of RGB (Red+Green+Blue) = 147+88+155=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #93589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93589B is #6CA764. Grayscale: #717171. Windows color (decimal): -7120741 or 10180755. OLE color: 10180755.
HSL color Cylindrical-coordinate representation of color #93589B: hue angle of 292.84º degrees, saturation: 0.28, 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 #93589B is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 88 | 155 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.39 |
| HSL | 292.84º | 0.28% | 0.48% | - |
| HSV(B) | 292.84º | 0.43% | 0.61% | - |
| XYZ | 21.44 | 15.55 | 32.88 | - |
| YUV | 113.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 155 | 0.05 | 0.43 | 0 | 0.39 | 292.84 | 0.28 | 0.48 |
| Hex | 93 | 58 | 9B | 5 | 2B | 0 | 27 | 125 | 1C | 30 |
| Octal | 223 | 130 | 233 | 5 | 53 | 0 | 47 | 445 | 34 | 60 |
| Binary | 10010011 | 1011000 | 10011011 | 101 | 101011 | 0 | 100111 | 100100101 | 11100 | 110000 |
Color Harmonies of #93589B
Complementary color
Monochromatic Colors of #93589B
Black with #93589B
Text Example
Text Example
White with #93589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93589B; }
p { color: rgb(147,88,155); }
H1.HeaderClassName
{
color: #93589B;
}
.AnyTagClassName
{
color: #93589B;
}
</style>
background-color css
<style>
a { background-color: #93589B; }
a { background-color: rgb(147,88,155); }
div.DivClassName
{
background-color: #93589B;
}
.BgClassName
{
background-color: #93589B;
}
</style>
border-color css
<style>
span { border-color: #93589B; }
span { border-color: rgb(147,88,155); }
td.TdClassName
{
border-color: #93589B;
}
.TagClassName
{
border-color: #93589B;
}
</style>