Shades of Vivid Violet #98239F
Tints of Vivid Violet #98239F
RGB
CMYK
RGB Variations
Color information
#98239F (or 0x98239F) is known color: Vivid Violet. HEX triplet: 98, 23 and 9F. RGB value is (152,35,159). Sum of RGB (Red+Green+Blue) = 152+35+159=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #98239F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98239F is #67DC60. Grayscale: #535353. Windows color (decimal): -6806625 or 10429336. OLE color: 10429336.
HSL color Cylindrical-coordinate representation of color #98239F: hue angle of 296.61º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98239F is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 35 | 159 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.38 |
| HSL | 296.61º | 0.64% | 0.38% | - |
| HSV(B) | 296.61º | 0.78% | 0.62% | - |
| XYZ | 19.81 | 10.38 | 33.76 | - |
| YUV | 84.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 159 | 0.04 | 0.78 | 0 | 0.38 | 296.61 | 0.64 | 0.38 |
| Hex | 98 | 23 | 9F | 4 | 4E | 0 | 26 | 129 | 40 | 26 |
| Octal | 230 | 43 | 237 | 4 | 116 | 0 | 46 | 451 | 100 | 46 |
| Binary | 10011000 | 100011 | 10011111 | 100 | 1001110 | 0 | 100110 | 100101001 | 1000000 | 100110 |
Color Harmonies of #98239F
Complementary color
Monochromatic Colors of #98239F
Black with #98239F
Text Example
Text Example
White with #98239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98239F; }
p { color: rgb(152,35,159); }
H1.HeaderClassName
{
color: #98239F;
}
.AnyTagClassName
{
color: #98239F;
}
</style>
background-color css
<style>
a { background-color: #98239F; }
a { background-color: rgb(152,35,159); }
div.DivClassName
{
background-color: #98239F;
}
.BgClassName
{
background-color: #98239F;
}
</style>
border-color css
<style>
span { border-color: #98239F; }
span { border-color: rgb(152,35,159); }
td.TdClassName
{
border-color: #98239F;
}
.TagClassName
{
border-color: #98239F;
}
</style>