Shades of Violet Blue #995298
Tints of Violet Blue #995298
RGB
CMYK
RGB Variations
Color information
#995298 (or 0x995298) is known color: Violet Blue. HEX triplet: 99, 52 and 98. RGB value is (153,82,152). Sum of RGB (Red+Green+Blue) = 153+82+152=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #995298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995298 is #66AD67. Grayscale: #6F6F6F. Windows color (decimal): -6729064 or 9982617. OLE color: 9982617.
HSL color Cylindrical-coordinate representation of color #995298: hue angle of 300.85º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995298 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 152 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.4 |
| HSL | 300.85º | 0.3% | 0.46% | - |
| HSV(B) | 300.85º | 0.46% | 0.6% | - |
| XYZ | 21.82 | 15.07 | 31.47 | - |
| YUV | 111.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 152 | 0 | 0.46 | 0.01 | 0.4 | 300.85 | 0.3 | 0.46 |
| Hex | 99 | 52 | 98 | 0 | 2E | 1 | 28 | 12D | 1E | 2E |
| Octal | 231 | 122 | 230 | 0 | 56 | 1 | 50 | 455 | 36 | 56 |
| Binary | 10011001 | 1010010 | 10011000 | 0 | 101110 | 1 | 101000 | 100101101 | 11110 | 101110 |
Color Harmonies of #995298
Complementary color
Monochromatic Colors of #995298
Black with #995298
Text Example
Text Example
White with #995298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995298; }
p { color: rgb(153,82,152); }
H1.HeaderClassName
{
color: #995298;
}
.AnyTagClassName
{
color: #995298;
}
</style>
background-color css
<style>
a { background-color: #995298; }
a { background-color: rgb(153,82,152); }
div.DivClassName
{
background-color: #995298;
}
.BgClassName
{
background-color: #995298;
}
</style>
border-color css
<style>
span { border-color: #995298; }
span { border-color: rgb(153,82,152); }
td.TdClassName
{
border-color: #995298;
}
.TagClassName
{
border-color: #995298;
}
</style>