Shades of Vivid Violet #98388C
Tints of Vivid Violet #98388C
RGB
CMYK
RGB Variations
Color information
#98388C (or 0x98388C) is known color: Vivid Violet. HEX triplet: 98, 38 and 8C. RGB value is (152,56,140). Sum of RGB (Red+Green+Blue) = 152+56+140=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #98388C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98388C is #67C773. Grayscale: #5E5E5E. Windows color (decimal): -6801268 or 9189528. OLE color: 9189528.
HSL color Cylindrical-coordinate representation of color #98388C: hue angle of 307.5º 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 #98388C is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 140 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.40 |
| HSL | 307.5º | 0.46% | 0.41% | - |
| HSV(B) | 307.5º | 0.63% | 0.6% | - |
| XYZ | 19.1 | 11.4 | 26 | - |
| YUV | 94.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 140 | 0 | 0.63 | 0.08 | 0.40 | 307.5 | 0.46 | 0.41 |
| Hex | 98 | 38 | 8C | 0 | 3F | 8 | 28 | 134 | 2E | 29 |
| Octal | 230 | 70 | 214 | 0 | 77 | 10 | 50 | 464 | 56 | 51 |
| Binary | 10011000 | 111000 | 10001100 | 0 | 111111 | 1000 | 101000 | 100110100 | 101110 | 101001 |
Color Harmonies of #98388C
Complementary color
Monochromatic Colors of #98388C
Black with #98388C
Text Example
Text Example
White with #98388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98388C; }
p { color: rgb(152,56,140); }
H1.HeaderClassName
{
color: #98388C;
}
.AnyTagClassName
{
color: #98388C;
}
</style>
background-color css
<style>
a { background-color: #98388C; }
a { background-color: rgb(152,56,140); }
div.DivClassName
{
background-color: #98388C;
}
.BgClassName
{
background-color: #98388C;
}
</style>
border-color css
<style>
span { border-color: #98388C; }
span { border-color: rgb(152,56,140); }
td.TdClassName
{
border-color: #98388C;
}
.TagClassName
{
border-color: #98388C;
}
</style>