Shades of Vivid Violet #98239C
Tints of Vivid Violet #98239C
RGB
CMYK
RGB Variations
Color information
#98239C (or 0x98239C) is known color: Vivid Violet. HEX triplet: 98, 23 and 9C. RGB value is (152,35,156). Sum of RGB (Red+Green+Blue) = 152+35+156=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #98239C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98239C is #67DC63. Grayscale: #535353. Windows color (decimal): -6806628 or 10232728. OLE color: 10232728.
HSL color Cylindrical-coordinate representation of color #98239C: hue angle of 298.02º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98239C is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 35 | 156 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.39 |
| HSL | 298.02º | 0.63% | 0.37% | - |
| HSV(B) | 298.02º | 0.78% | 0.61% | - |
| XYZ | 19.55 | 10.28 | 32.41 | - |
| YUV | 83.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 156 | 0.03 | 0.78 | 0 | 0.39 | 298.02 | 0.63 | 0.37 |
| Hex | 98 | 23 | 9C | 3 | 4E | 0 | 27 | 12A | 3F | 25 |
| Octal | 230 | 43 | 234 | 3 | 116 | 0 | 47 | 452 | 77 | 45 |
| Binary | 10011000 | 100011 | 10011100 | 11 | 1001110 | 0 | 100111 | 100101010 | 111111 | 100101 |
Color Harmonies of #98239C
Complementary color
Monochromatic Colors of #98239C
Black with #98239C
Text Example
Text Example
White with #98239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98239C; }
p { color: rgb(152,35,156); }
H1.HeaderClassName
{
color: #98239C;
}
.AnyTagClassName
{
color: #98239C;
}
</style>
background-color css
<style>
a { background-color: #98239C; }
a { background-color: rgb(152,35,156); }
div.DivClassName
{
background-color: #98239C;
}
.BgClassName
{
background-color: #98239C;
}
</style>
border-color css
<style>
span { border-color: #98239C; }
span { border-color: rgb(152,35,156); }
td.TdClassName
{
border-color: #98239C;
}
.TagClassName
{
border-color: #98239C;
}
</style>