Shades of Violet Blue #995898
Tints of Violet Blue #995898
RGB
CMYK
RGB Variations
Color information
#995898 (or 0x995898) is known color: Violet Blue. HEX triplet: 99, 58 and 98. RGB value is (153,88,152). Sum of RGB (Red+Green+Blue) = 153+88+152=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #995898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995898 is #66A767. Grayscale: #727272. Windows color (decimal): -6727528 or 9984153. OLE color: 9984153.
HSL color Cylindrical-coordinate representation of color #995898: hue angle of 300.92º 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 #995898 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 152 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.4 |
| HSL | 300.92º | 0.27% | 0.47% | - |
| HSV(B) | 300.92º | 0.42% | 0.6% | - |
| XYZ | 22.29 | 16.02 | 31.62 | - |
| YUV | 114.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 152 | 0 | 0.42 | 0.01 | 0.4 | 300.92 | 0.27 | 0.47 |
| Hex | 99 | 58 | 98 | 0 | 2A | 1 | 28 | 12D | 1B | 2F |
| Octal | 231 | 130 | 230 | 0 | 52 | 1 | 50 | 455 | 33 | 57 |
| Binary | 10011001 | 1011000 | 10011000 | 0 | 101010 | 1 | 101000 | 100101101 | 11011 | 101111 |
Color Harmonies of #995898
Complementary color
Monochromatic Colors of #995898
Black with #995898
Text Example
Text Example
White with #995898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995898; }
p { color: rgb(153,88,152); }
H1.HeaderClassName
{
color: #995898;
}
.AnyTagClassName
{
color: #995898;
}
</style>
background-color css
<style>
a { background-color: #995898; }
a { background-color: rgb(153,88,152); }
div.DivClassName
{
background-color: #995898;
}
.BgClassName
{
background-color: #995898;
}
</style>
border-color css
<style>
span { border-color: #995898; }
span { border-color: rgb(153,88,152); }
td.TdClassName
{
border-color: #995898;
}
.TagClassName
{
border-color: #995898;
}
</style>