Shades of Vivid Violet #98378F
Tints of Vivid Violet #98378F
RGB
CMYK
RGB Variations
Color information
#98378F (or 0x98378F) is known color: Vivid Violet. HEX triplet: 98, 37 and 8F. RGB value is (152,55,143). Sum of RGB (Red+Green+Blue) = 152+55+143=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #98378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98378F is #67C870. Grayscale: #5D5D5D. Windows color (decimal): -6801521 or 9385880. OLE color: 9385880.
HSL color Cylindrical-coordinate representation of color #98378F: hue angle of 305.57º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98378F is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 55 | 143 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.40 |
| HSL | 305.57º | 0.47% | 0.41% | - |
| HSV(B) | 305.57º | 0.64% | 0.6% | - |
| XYZ | 19.27 | 11.39 | 27.17 | - |
| YUV | 94.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 55 | 143 | 0 | 0.64 | 0.06 | 0.40 | 305.57 | 0.47 | 0.41 |
| Hex | 98 | 37 | 8F | 0 | 40 | 6 | 28 | 132 | 2F | 29 |
| Octal | 230 | 67 | 217 | 0 | 100 | 6 | 50 | 462 | 57 | 51 |
| Binary | 10011000 | 110111 | 10001111 | 0 | 1000000 | 110 | 101000 | 100110010 | 101111 | 101001 |
Color Harmonies of #98378F
Complementary color
Monochromatic Colors of #98378F
Black with #98378F
Text Example
Text Example
White with #98378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98378F; }
p { color: rgb(152,55,143); }
H1.HeaderClassName
{
color: #98378F;
}
.AnyTagClassName
{
color: #98378F;
}
</style>
background-color css
<style>
a { background-color: #98378F; }
a { background-color: rgb(152,55,143); }
div.DivClassName
{
background-color: #98378F;
}
.BgClassName
{
background-color: #98378F;
}
</style>
border-color css
<style>
span { border-color: #98378F; }
span { border-color: rgb(152,55,143); }
td.TdClassName
{
border-color: #98378F;
}
.TagClassName
{
border-color: #98378F;
}
</style>