Shades of Vivid Violet #983595
Tints of Vivid Violet #983595
RGB
CMYK
RGB Variations
Color information
#983595 (or 0x983595) is known color: Vivid Violet. HEX triplet: 98, 35 and 95. RGB value is (152,53,149). Sum of RGB (Red+Green+Blue) = 152+53+149=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #983595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983595 is #67CA6A. Grayscale: #5D5D5D. Windows color (decimal): -6802027 or 9778584. OLE color: 9778584.
HSL color Cylindrical-coordinate representation of color #983595: hue angle of 301.82º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #983595 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 149 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.40 |
| HSL | 301.82º | 0.48% | 0.4% | - |
| HSV(B) | 301.82º | 0.65% | 0.6% | - |
| XYZ | 19.65 | 11.39 | 29.6 | - |
| YUV | 93.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 149 | 0 | 0.65 | 0.02 | 0.40 | 301.82 | 0.48 | 0.4 |
| Hex | 98 | 35 | 95 | 0 | 41 | 2 | 28 | 12E | 30 | 28 |
| Octal | 230 | 65 | 225 | 0 | 101 | 2 | 50 | 456 | 60 | 50 |
| Binary | 10011000 | 110101 | 10010101 | 0 | 1000001 | 10 | 101000 | 100101110 | 110000 | 101000 |
Color Harmonies of #983595
Complementary color
Monochromatic Colors of #983595
Black with #983595
Text Example
Text Example
White with #983595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983595; }
p { color: rgb(152,53,149); }
H1.HeaderClassName
{
color: #983595;
}
.AnyTagClassName
{
color: #983595;
}
</style>
background-color css
<style>
a { background-color: #983595; }
a { background-color: rgb(152,53,149); }
div.DivClassName
{
background-color: #983595;
}
.BgClassName
{
background-color: #983595;
}
</style>
border-color css
<style>
span { border-color: #983595; }
span { border-color: rgb(152,53,149); }
td.TdClassName
{
border-color: #983595;
}
.TagClassName
{
border-color: #983595;
}
</style>