Shades of Violet Blue #99558C
Tints of Violet Blue #99558C
RGB
CMYK
RGB Variations
Color information
#99558C (or 0x99558C) is known color: Violet Blue. HEX triplet: 99, 55 and 8C. RGB value is (153,85,140). Sum of RGB (Red+Green+Blue) = 153+85+140=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #99558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99558C is #66AA73. Grayscale: #6F6F6F. Windows color (decimal): -6728308 or 9196953. OLE color: 9196953.
HSL color Cylindrical-coordinate representation of color #99558C: hue angle of 311.47º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99558C is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 140 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.4 |
| HSL | 311.47º | 0.29% | 0.47% | - |
| HSV(B) | 311.47º | 0.44% | 0.6% | - |
| XYZ | 21.12 | 15.16 | 26.62 | - |
| YUV | 111.6 | 144.03 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 140 | 0 | 0.44 | 0.08 | 0.4 | 311.47 | 0.29 | 0.47 |
| Hex | 99 | 55 | 8C | 0 | 2C | 8 | 28 | 137 | 1D | 2F |
| Octal | 231 | 125 | 214 | 0 | 54 | 10 | 50 | 467 | 35 | 57 |
| Binary | 10011001 | 1010101 | 10001100 | 0 | 101100 | 1000 | 101000 | 100110111 | 11101 | 101111 |
Color Harmonies of #99558C
Complementary color
Monochromatic Colors of #99558C
Black with #99558C
Text Example
Text Example
White with #99558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99558C; }
p { color: rgb(153,85,140); }
H1.HeaderClassName
{
color: #99558C;
}
.AnyTagClassName
{
color: #99558C;
}
</style>
background-color css
<style>
a { background-color: #99558C; }
a { background-color: rgb(153,85,140); }
div.DivClassName
{
background-color: #99558C;
}
.BgClassName
{
background-color: #99558C;
}
</style>
border-color css
<style>
span { border-color: #99558C; }
span { border-color: rgb(153,85,140); }
td.TdClassName
{
border-color: #99558C;
}
.TagClassName
{
border-color: #99558C;
}
</style>