Shades of Vivid Violet #992398
Tints of Vivid Violet #992398
RGB
CMYK
RGB Variations
Color information
#992398 (or 0x992398) is known color: Vivid Violet. HEX triplet: 99, 23 and 98. RGB value is (153,35,152). Sum of RGB (Red+Green+Blue) = 153+35+152=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #992398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992398 is #66DC67. Grayscale: #535353. Windows color (decimal): -6741096 or 9970585. OLE color: 9970585.
HSL color Cylindrical-coordinate representation of color #992398: hue angle of 300.51º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992398 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 35 | 152 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.4 |
| HSL | 300.51º | 0.63% | 0.37% | - |
| HSV(B) | 300.51º | 0.77% | 0.6% | - |
| XYZ | 19.41 | 10.24 | 30.66 | - |
| YUV | 83.62 | 166.59 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 35 | 152 | 0 | 0.77 | 0.01 | 0.4 | 300.51 | 0.63 | 0.37 |
| Hex | 99 | 23 | 98 | 0 | 4D | 1 | 28 | 12D | 3F | 25 |
| Octal | 231 | 43 | 230 | 0 | 115 | 1 | 50 | 455 | 77 | 45 |
| Binary | 10011001 | 100011 | 10011000 | 0 | 1001101 | 1 | 101000 | 100101101 | 111111 | 100101 |
Color Harmonies of #992398
Complementary color
Monochromatic Colors of #992398
Black with #992398
Text Example
Text Example
White with #992398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992398; }
p { color: rgb(153,35,152); }
H1.HeaderClassName
{
color: #992398;
}
.AnyTagClassName
{
color: #992398;
}
</style>
background-color css
<style>
a { background-color: #992398; }
a { background-color: rgb(153,35,152); }
div.DivClassName
{
background-color: #992398;
}
.BgClassName
{
background-color: #992398;
}
</style>
border-color css
<style>
span { border-color: #992398; }
span { border-color: rgb(153,35,152); }
td.TdClassName
{
border-color: #992398;
}
.TagClassName
{
border-color: #992398;
}
</style>