Shades of Vivid Violet #98328F
Tints of Vivid Violet #98328F
RGB
CMYK
RGB Variations
Color information
#98328F (or 0x98328F) is known color: Vivid Violet. HEX triplet: 98, 32 and 8F. RGB value is (152,50,143). Sum of RGB (Red+Green+Blue) = 152+50+143=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #98328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98328F is #67CD70. Grayscale: #5A5A5A. Windows color (decimal): -6802801 or 9384600. OLE color: 9384600.
HSL color Cylindrical-coordinate representation of color #98328F: hue angle of 305.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98328F is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 143 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.40 |
| HSL | 305.29º | 0.5% | 0.4% | - |
| HSV(B) | 305.29º | 0.67% | 0.6% | - |
| XYZ | 19.05 | 10.94 | 27.09 | - |
| YUV | 91.1 | 157.29 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 143 | 0 | 0.67 | 0.06 | 0.40 | 305.29 | 0.5 | 0.4 |
| Hex | 98 | 32 | 8F | 0 | 43 | 6 | 28 | 131 | 32 | 28 |
| Octal | 230 | 62 | 217 | 0 | 103 | 6 | 50 | 461 | 62 | 50 |
| Binary | 10011000 | 110010 | 10001111 | 0 | 1000011 | 110 | 101000 | 100110001 | 110010 | 101000 |
Color Harmonies of #98328F
Complementary color
Monochromatic Colors of #98328F
Black with #98328F
Text Example
Text Example
White with #98328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98328F; }
p { color: rgb(152,50,143); }
H1.HeaderClassName
{
color: #98328F;
}
.AnyTagClassName
{
color: #98328F;
}
</style>
background-color css
<style>
a { background-color: #98328F; }
a { background-color: rgb(152,50,143); }
div.DivClassName
{
background-color: #98328F;
}
.BgClassName
{
background-color: #98328F;
}
</style>
border-color css
<style>
span { border-color: #98328F; }
span { border-color: rgb(152,50,143); }
td.TdClassName
{
border-color: #98328F;
}
.TagClassName
{
border-color: #98328F;
}
</style>