Shades of Violet Blue #995398
Tints of Violet Blue #995398
RGB
CMYK
RGB Variations
Color information
#995398 (or 0x995398) is known color: Violet Blue. HEX triplet: 99, 53 and 98. RGB value is (153,83,152). Sum of RGB (Red+Green+Blue) = 153+83+152=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #995398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995398 is #66AC67. Grayscale: #6F6F6F. Windows color (decimal): -6728808 or 9982873. OLE color: 9982873.
HSL color Cylindrical-coordinate representation of color #995398: hue angle of 300.86º 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 #995398 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 152 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.4 |
| HSL | 300.86º | 0.3% | 0.46% | - |
| HSV(B) | 300.86º | 0.46% | 0.6% | - |
| XYZ | 21.9 | 15.23 | 31.49 | - |
| YUV | 111.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 152 | 0 | 0.46 | 0.01 | 0.4 | 300.86 | 0.3 | 0.46 |
| Hex | 99 | 53 | 98 | 0 | 2E | 1 | 28 | 12D | 1E | 2E |
| Octal | 231 | 123 | 230 | 0 | 56 | 1 | 50 | 455 | 36 | 56 |
| Binary | 10011001 | 1010011 | 10011000 | 0 | 101110 | 1 | 101000 | 100101101 | 11110 | 101110 |
Color Harmonies of #995398
Complementary color
Monochromatic Colors of #995398
Black with #995398
Text Example
Text Example
White with #995398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995398; }
p { color: rgb(153,83,152); }
H1.HeaderClassName
{
color: #995398;
}
.AnyTagClassName
{
color: #995398;
}
</style>
background-color css
<style>
a { background-color: #995398; }
a { background-color: rgb(153,83,152); }
div.DivClassName
{
background-color: #995398;
}
.BgClassName
{
background-color: #995398;
}
</style>
border-color css
<style>
span { border-color: #995398; }
span { border-color: rgb(153,83,152); }
td.TdClassName
{
border-color: #995398;
}
.TagClassName
{
border-color: #995398;
}
</style>