Shades of Violet Blue #99578D
Tints of Violet Blue #99578D
RGB
CMYK
RGB Variations
Color information
#99578D (or 0x99578D) is known color: Violet Blue. HEX triplet: 99, 57 and 8D. RGB value is (153,87,141). Sum of RGB (Red+Green+Blue) = 153+87+141=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99578D is #66A872. Grayscale: #707070. Windows color (decimal): -6727795 or 9263001. OLE color: 9263001.
HSL color Cylindrical-coordinate representation of color #99578D: hue angle of 310.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99578D is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 87 | 141 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.4 |
| HSL | 310.91º | 0.28% | 0.47% | - |
| HSV(B) | 310.91º | 0.43% | 0.6% | - |
| XYZ | 21.35 | 15.51 | 27.07 | - |
| YUV | 112.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 141 | 0 | 0.43 | 0.08 | 0.4 | 310.91 | 0.28 | 0.47 |
| Hex | 99 | 57 | 8D | 0 | 2B | 8 | 28 | 137 | 1C | 2F |
| Octal | 231 | 127 | 215 | 0 | 53 | 10 | 50 | 467 | 34 | 57 |
| Binary | 10011001 | 1010111 | 10001101 | 0 | 101011 | 1000 | 101000 | 100110111 | 11100 | 101111 |
Color Harmonies of #99578D
Complementary color
Monochromatic Colors of #99578D
Black with #99578D
Text Example
Text Example
White with #99578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99578D; }
p { color: rgb(153,87,141); }
H1.HeaderClassName
{
color: #99578D;
}
.AnyTagClassName
{
color: #99578D;
}
</style>
background-color css
<style>
a { background-color: #99578D; }
a { background-color: rgb(153,87,141); }
div.DivClassName
{
background-color: #99578D;
}
.BgClassName
{
background-color: #99578D;
}
</style>
border-color css
<style>
span { border-color: #99578D; }
span { border-color: rgb(153,87,141); }
td.TdClassName
{
border-color: #99578D;
}
.TagClassName
{
border-color: #99578D;
}
</style>