Shades of Vivid Violet #98418E
Tints of Vivid Violet #98418E
RGB
CMYK
RGB Variations
Color information
#98418E (or 0x98418E) is known color: Vivid Violet. HEX triplet: 98, 41 and 8E. RGB value is (152,65,142). Sum of RGB (Red+Green+Blue) = 152+65+142=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98418E is #67BE71. Grayscale: #636363. Windows color (decimal): -6798962 or 9322904. OLE color: 9322904.
HSL color Cylindrical-coordinate representation of color #98418E: hue angle of 306.9º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98418E is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 65 | 142 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.40 |
| HSL | 306.9º | 0.4% | 0.43% | - |
| HSV(B) | 306.9º | 0.57% | 0.6% | - |
| XYZ | 19.72 | 12.41 | 26.95 | - |
| YUV | 99.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 142 | 0 | 0.57 | 0.07 | 0.40 | 306.9 | 0.4 | 0.43 |
| Hex | 98 | 41 | 8E | 0 | 39 | 7 | 28 | 133 | 28 | 2B |
| Octal | 230 | 101 | 216 | 0 | 71 | 7 | 50 | 463 | 50 | 53 |
| Binary | 10011000 | 1000001 | 10001110 | 0 | 111001 | 111 | 101000 | 100110011 | 101000 | 101011 |
Color Harmonies of #98418E
Complementary color
Monochromatic Colors of #98418E
Black with #98418E
Text Example
Text Example
White with #98418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98418E; }
p { color: rgb(152,65,142); }
H1.HeaderClassName
{
color: #98418E;
}
.AnyTagClassName
{
color: #98418E;
}
</style>
background-color css
<style>
a { background-color: #98418E; }
a { background-color: rgb(152,65,142); }
div.DivClassName
{
background-color: #98418E;
}
.BgClassName
{
background-color: #98418E;
}
</style>
border-color css
<style>
span { border-color: #98418E; }
span { border-color: rgb(152,65,142); }
td.TdClassName
{
border-color: #98418E;
}
.TagClassName
{
border-color: #98418E;
}
</style>