Shades of Vivid Violet #98398C
Tints of Vivid Violet #98398C
RGB
CMYK
RGB Variations
Color information
#98398C (or 0x98398C) is known color: Vivid Violet. HEX triplet: 98, 39 and 8C. RGB value is (152,57,140). Sum of RGB (Red+Green+Blue) = 152+57+140=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #98398C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98398C is #67C673. Grayscale: #5E5E5E. Windows color (decimal): -6801012 or 9189784. OLE color: 9189784.
HSL color Cylindrical-coordinate representation of color #98398C: hue angle of 307.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98398C is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 57 | 140 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.40 |
| HSL | 307.58º | 0.45% | 0.41% | - |
| HSV(B) | 307.58º | 0.63% | 0.6% | - |
| XYZ | 19.15 | 11.5 | 26.02 | - |
| YUV | 94.87 | 153.47 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 57 | 140 | 0 | 0.62 | 0.08 | 0.40 | 307.58 | 0.45 | 0.41 |
| Hex | 98 | 39 | 8C | 0 | 3E | 8 | 28 | 134 | 2D | 29 |
| Octal | 230 | 71 | 214 | 0 | 76 | 10 | 50 | 464 | 55 | 51 |
| Binary | 10011000 | 111001 | 10001100 | 0 | 111110 | 1000 | 101000 | 100110100 | 101101 | 101001 |
Color Harmonies of #98398C
Complementary color
Monochromatic Colors of #98398C
Black with #98398C
Text Example
Text Example
White with #98398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98398C; }
p { color: rgb(152,57,140); }
H1.HeaderClassName
{
color: #98398C;
}
.AnyTagClassName
{
color: #98398C;
}
</style>
background-color css
<style>
a { background-color: #98398C; }
a { background-color: rgb(152,57,140); }
div.DivClassName
{
background-color: #98398C;
}
.BgClassName
{
background-color: #98398C;
}
</style>
border-color css
<style>
span { border-color: #98398C; }
span { border-color: rgb(152,57,140); }
td.TdClassName
{
border-color: #98398C;
}
.TagClassName
{
border-color: #98398C;
}
</style>