Shades of Vivid Violet #98388E
Tints of Vivid Violet #98388E
RGB
CMYK
RGB Variations
Color information
#98388E (or 0x98388E) is known color: Vivid Violet. HEX triplet: 98, 38 and 8E. RGB value is (152,56,142). Sum of RGB (Red+Green+Blue) = 152+56+142=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #98388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98388E is #67C771. Grayscale: #5E5E5E. Windows color (decimal): -6801266 or 9320600. OLE color: 9320600.
HSL color Cylindrical-coordinate representation of color #98388E: hue angle of 306.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98388E is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 142 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.40 |
| HSL | 306.25º | 0.46% | 0.41% | - |
| HSV(B) | 306.25º | 0.63% | 0.6% | - |
| XYZ | 19.25 | 11.46 | 26.79 | - |
| YUV | 94.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 142 | 0 | 0.63 | 0.07 | 0.40 | 306.25 | 0.46 | 0.41 |
| Hex | 98 | 38 | 8E | 0 | 3F | 7 | 28 | 132 | 2E | 29 |
| Octal | 230 | 70 | 216 | 0 | 77 | 7 | 50 | 462 | 56 | 51 |
| Binary | 10011000 | 111000 | 10001110 | 0 | 111111 | 111 | 101000 | 100110010 | 101110 | 101001 |
Color Harmonies of #98388E
Complementary color
Monochromatic Colors of #98388E
Black with #98388E
Text Example
Text Example
White with #98388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98388E; }
p { color: rgb(152,56,142); }
H1.HeaderClassName
{
color: #98388E;
}
.AnyTagClassName
{
color: #98388E;
}
</style>
background-color css
<style>
a { background-color: #98388E; }
a { background-color: rgb(152,56,142); }
div.DivClassName
{
background-color: #98388E;
}
.BgClassName
{
background-color: #98388E;
}
</style>
border-color css
<style>
span { border-color: #98388E; }
span { border-color: rgb(152,56,142); }
td.TdClassName
{
border-color: #98388E;
}
.TagClassName
{
border-color: #98388E;
}
</style>