Shades of Vivid Violet #98358E
Tints of Vivid Violet #98358E
RGB
CMYK
RGB Variations
Color information
#98358E (or 0x98358E) is known color: Vivid Violet. HEX triplet: 98, 35 and 8E. RGB value is (152,53,142). Sum of RGB (Red+Green+Blue) = 152+53+142=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98358E is #67CA71. Grayscale: #5C5C5C. Windows color (decimal): -6802034 or 9319832. OLE color: 9319832.
HSL color Cylindrical-coordinate representation of color #98358E: hue angle of 306.06º 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 #98358E is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 142 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.40 |
| HSL | 306.06º | 0.48% | 0.4% | - |
| HSV(B) | 306.06º | 0.65% | 0.6% | - |
| XYZ | 19.1 | 11.17 | 26.74 | - |
| YUV | 92.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 142 | 0 | 0.65 | 0.07 | 0.40 | 306.06 | 0.48 | 0.4 |
| Hex | 98 | 35 | 8E | 0 | 41 | 7 | 28 | 132 | 30 | 28 |
| Octal | 230 | 65 | 216 | 0 | 101 | 7 | 50 | 462 | 60 | 50 |
| Binary | 10011000 | 110101 | 10001110 | 0 | 1000001 | 111 | 101000 | 100110010 | 110000 | 101000 |
Color Harmonies of #98358E
Complementary color
Monochromatic Colors of #98358E
Black with #98358E
Text Example
Text Example
White with #98358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98358E; }
p { color: rgb(152,53,142); }
H1.HeaderClassName
{
color: #98358E;
}
.AnyTagClassName
{
color: #98358E;
}
</style>
background-color css
<style>
a { background-color: #98358E; }
a { background-color: rgb(152,53,142); }
div.DivClassName
{
background-color: #98358E;
}
.BgClassName
{
background-color: #98358E;
}
</style>
border-color css
<style>
span { border-color: #98358E; }
span { border-color: rgb(152,53,142); }
td.TdClassName
{
border-color: #98358E;
}
.TagClassName
{
border-color: #98358E;
}
</style>