Shades of Violet Blue #99588F
Tints of Violet Blue #99588F
RGB
CMYK
RGB Variations
Color information
#99588F (or 0x99588F) is known color: Violet Blue. HEX triplet: 99, 58 and 8F. RGB value is (153,88,143). Sum of RGB (Red+Green+Blue) = 153+88+143=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #99588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99588F is #66A770. Grayscale: #717171. Windows color (decimal): -6727537 or 9394329. OLE color: 9394329.
HSL color Cylindrical-coordinate representation of color #99588F: hue angle of 309.23º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99588F is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 143 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.4 |
| HSL | 309.23º | 0.27% | 0.47% | - |
| HSV(B) | 309.23º | 0.42% | 0.6% | - |
| XYZ | 21.58 | 15.73 | 27.89 | - |
| YUV | 113.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 143 | 0 | 0.42 | 0.07 | 0.4 | 309.23 | 0.27 | 0.47 |
| Hex | 99 | 58 | 8F | 0 | 2A | 7 | 28 | 135 | 1B | 2F |
| Octal | 231 | 130 | 217 | 0 | 52 | 7 | 50 | 465 | 33 | 57 |
| Binary | 10011001 | 1011000 | 10001111 | 0 | 101010 | 111 | 101000 | 100110101 | 11011 | 101111 |
Color Harmonies of #99588F
Complementary color
Monochromatic Colors of #99588F
Black with #99588F
Text Example
Text Example
White with #99588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99588F; }
p { color: rgb(153,88,143); }
H1.HeaderClassName
{
color: #99588F;
}
.AnyTagClassName
{
color: #99588F;
}
</style>
background-color css
<style>
a { background-color: #99588F; }
a { background-color: rgb(153,88,143); }
div.DivClassName
{
background-color: #99588F;
}
.BgClassName
{
background-color: #99588F;
}
</style>
border-color css
<style>
span { border-color: #99588F; }
span { border-color: rgb(153,88,143); }
td.TdClassName
{
border-color: #99588F;
}
.TagClassName
{
border-color: #99588F;
}
</style>