Shades of Vivid Violet #98319B
Tints of Vivid Violet #98319B
RGB
CMYK
RGB Variations
Color information
#98319B (or 0x98319B) is known color: Vivid Violet. HEX triplet: 98, 31 and 9B. RGB value is (152,49,155). Sum of RGB (Red+Green+Blue) = 152+49+155=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #98319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98319B is #67CE64. Grayscale: #5B5B5B. Windows color (decimal): -6803045 or 10170776. OLE color: 10170776.
HSL color Cylindrical-coordinate representation of color #98319B: hue angle of 298.3º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98319B is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 49 | 155 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.39 |
| HSL | 298.3º | 0.52% | 0.4% | - |
| HSV(B) | 298.3º | 0.68% | 0.61% | - |
| XYZ | 19.96 | 11.24 | 32.13 | - |
| YUV | 91.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 155 | 0.02 | 0.68 | 0 | 0.39 | 298.3 | 0.52 | 0.4 |
| Hex | 98 | 31 | 9B | 2 | 44 | 0 | 27 | 12A | 34 | 28 |
| Octal | 230 | 61 | 233 | 2 | 104 | 0 | 47 | 452 | 64 | 50 |
| Binary | 10011000 | 110001 | 10011011 | 10 | 1000100 | 0 | 100111 | 100101010 | 110100 | 101000 |
Color Harmonies of #98319B
Complementary color
Monochromatic Colors of #98319B
Black with #98319B
Text Example
Text Example
White with #98319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98319B; }
p { color: rgb(152,49,155); }
H1.HeaderClassName
{
color: #98319B;
}
.AnyTagClassName
{
color: #98319B;
}
</style>
background-color css
<style>
a { background-color: #98319B; }
a { background-color: rgb(152,49,155); }
div.DivClassName
{
background-color: #98319B;
}
.BgClassName
{
background-color: #98319B;
}
</style>
border-color css
<style>
span { border-color: #98319B; }
span { border-color: rgb(152,49,155); }
td.TdClassName
{
border-color: #98319B;
}
.TagClassName
{
border-color: #98319B;
}
</style>