Shades of Violet Blue #99588C
Tints of Violet Blue #99588C
RGB
CMYK
RGB Variations
Color information
#99588C (or 0x99588C) is known color: Violet Blue. HEX triplet: 99, 58 and 8C. RGB value is (153,88,140). Sum of RGB (Red+Green+Blue) = 153+88+140=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99588C is #66A773. Grayscale: #717171. Windows color (decimal): -6727540 or 9197721. OLE color: 9197721.
HSL color Cylindrical-coordinate representation of color #99588C: hue angle of 312º 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 #99588C is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 140 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.4 |
| HSL | 312º | 0.27% | 0.47% | - |
| HSV(B) | 312º | 0.42% | 0.6% | - |
| XYZ | 21.36 | 15.65 | 26.7 | - |
| YUV | 113.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 140 | 0 | 0.42 | 0.08 | 0.4 | 312 | 0.27 | 0.47 |
| Hex | 99 | 58 | 8C | 0 | 2A | 8 | 28 | 138 | 1B | 2F |
| Octal | 231 | 130 | 214 | 0 | 52 | 10 | 50 | 470 | 33 | 57 |
| Binary | 10011001 | 1011000 | 10001100 | 0 | 101010 | 1000 | 101000 | 100111000 | 11011 | 101111 |
Color Harmonies of #99588C
Complementary color
Monochromatic Colors of #99588C
Black with #99588C
Text Example
Text Example
White with #99588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99588C; }
p { color: rgb(153,88,140); }
H1.HeaderClassName
{
color: #99588C;
}
.AnyTagClassName
{
color: #99588C;
}
</style>
background-color css
<style>
a { background-color: #99588C; }
a { background-color: rgb(153,88,140); }
div.DivClassName
{
background-color: #99588C;
}
.BgClassName
{
background-color: #99588C;
}
</style>
border-color css
<style>
span { border-color: #99588C; }
span { border-color: rgb(153,88,140); }
td.TdClassName
{
border-color: #99588C;
}
.TagClassName
{
border-color: #99588C;
}
</style>