Shades of Vivid Violet #983C8C
Tints of Vivid Violet #983C8C
RGB
CMYK
RGB Variations
Color information
#983C8C (or 0x983C8C) is known color: Vivid Violet. HEX triplet: 98, 3C and 8C. RGB value is (152,60,140). Sum of RGB (Red+Green+Blue) = 152+60+140=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #983C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983C8C is #67C373. Grayscale: #606060. Windows color (decimal): -6800244 or 9190552. OLE color: 9190552.
HSL color Cylindrical-coordinate representation of color #983C8C: hue angle of 307.83º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983C8C is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 60 | 140 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.40 |
| HSL | 307.83º | 0.43% | 0.42% | - |
| HSV(B) | 307.83º | 0.61% | 0.6% | - |
| XYZ | 19.3 | 11.8 | 26.07 | - |
| YUV | 96.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 140 | 0 | 0.61 | 0.08 | 0.40 | 307.83 | 0.43 | 0.42 |
| Hex | 98 | 3C | 8C | 0 | 3D | 8 | 28 | 134 | 2B | 2A |
| Octal | 230 | 74 | 214 | 0 | 75 | 10 | 50 | 464 | 53 | 52 |
| Binary | 10011000 | 111100 | 10001100 | 0 | 111101 | 1000 | 101000 | 100110100 | 101011 | 101010 |
Color Harmonies of #983C8C
Complementary color
Monochromatic Colors of #983C8C
Black with #983C8C
Text Example
Text Example
White with #983C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983C8C; }
p { color: rgb(152,60,140); }
H1.HeaderClassName
{
color: #983C8C;
}
.AnyTagClassName
{
color: #983C8C;
}
</style>
background-color css
<style>
a { background-color: #983C8C; }
a { background-color: rgb(152,60,140); }
div.DivClassName
{
background-color: #983C8C;
}
.BgClassName
{
background-color: #983C8C;
}
</style>
border-color css
<style>
span { border-color: #983C8C; }
span { border-color: rgb(152,60,140); }
td.TdClassName
{
border-color: #983C8C;
}
.TagClassName
{
border-color: #983C8C;
}
</style>