Shades of Vivid Violet #983890
Tints of Vivid Violet #983890
RGB
CMYK
RGB Variations
Color information
#983890 (or 0x983890) is known color: Vivid Violet. HEX triplet: 98, 38 and 90. RGB value is (152,56,144). Sum of RGB (Red+Green+Blue) = 152+56+144=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #983890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983890 is #67C76F. Grayscale: #5E5E5E. Windows color (decimal): -6801264 or 9451672. OLE color: 9451672.
HSL color Cylindrical-coordinate representation of color #983890: hue angle of 305º 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 #983890 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 144 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.40 |
| HSL | 305º | 0.46% | 0.41% | - |
| HSV(B) | 305º | 0.63% | 0.6% | - |
| XYZ | 19.4 | 11.52 | 27.59 | - |
| YUV | 94.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 144 | 0 | 0.63 | 0.05 | 0.40 | 305 | 0.46 | 0.41 |
| Hex | 98 | 38 | 90 | 0 | 3F | 5 | 28 | 131 | 2E | 29 |
| Octal | 230 | 70 | 220 | 0 | 77 | 5 | 50 | 461 | 56 | 51 |
| Binary | 10011000 | 111000 | 10010000 | 0 | 111111 | 101 | 101000 | 100110001 | 101110 | 101001 |
Color Harmonies of #983890
Complementary color
Monochromatic Colors of #983890
Black with #983890
Text Example
Text Example
White with #983890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983890; }
p { color: rgb(152,56,144); }
H1.HeaderClassName
{
color: #983890;
}
.AnyTagClassName
{
color: #983890;
}
</style>
background-color css
<style>
a { background-color: #983890; }
a { background-color: rgb(152,56,144); }
div.DivClassName
{
background-color: #983890;
}
.BgClassName
{
background-color: #983890;
}
</style>
border-color css
<style>
span { border-color: #983890; }
span { border-color: rgb(152,56,144); }
td.TdClassName
{
border-color: #983890;
}
.TagClassName
{
border-color: #983890;
}
</style>