Shades of Vivid Violet #98389F
Tints of Vivid Violet #98389F
RGB
CMYK
RGB Variations
Color information
#98389F (or 0x98389F) is known color: Vivid Violet. HEX triplet: 98, 38 and 9F. RGB value is (152,56,159). Sum of RGB (Red+Green+Blue) = 152+56+159=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #98389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98389F is #67C760. Grayscale: #606060. Windows color (decimal): -6801249 or 10434712. OLE color: 10434712.
HSL color Cylindrical-coordinate representation of color #98389F: hue angle of 295.92º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98389F is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 56 | 159 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.38 |
| HSL | 295.92º | 0.48% | 0.42% | - |
| HSV(B) | 295.92º | 0.65% | 0.62% | - |
| XYZ | 20.62 | 12.01 | 34.03 | - |
| YUV | 96.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 159 | 0.04 | 0.65 | 0 | 0.38 | 295.92 | 0.48 | 0.42 |
| Hex | 98 | 38 | 9F | 4 | 41 | 0 | 26 | 128 | 30 | 2A |
| Octal | 230 | 70 | 237 | 4 | 101 | 0 | 46 | 450 | 60 | 52 |
| Binary | 10011000 | 111000 | 10011111 | 100 | 1000001 | 0 | 100110 | 100101000 | 110000 | 101010 |
Color Harmonies of #98389F
Complementary color
Monochromatic Colors of #98389F
Black with #98389F
Text Example
Text Example
White with #98389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98389F; }
p { color: rgb(152,56,159); }
H1.HeaderClassName
{
color: #98389F;
}
.AnyTagClassName
{
color: #98389F;
}
</style>
background-color css
<style>
a { background-color: #98389F; }
a { background-color: rgb(152,56,159); }
div.DivClassName
{
background-color: #98389F;
}
.BgClassName
{
background-color: #98389F;
}
</style>
border-color css
<style>
span { border-color: #98389F; }
span { border-color: rgb(152,56,159); }
td.TdClassName
{
border-color: #98389F;
}
.TagClassName
{
border-color: #98389F;
}
</style>