Shades of Vivid Violet #983D96
Tints of Vivid Violet #983D96
RGB
CMYK
RGB Variations
Color information
#983D96 (or 0x983D96) is known color: Vivid Violet. HEX triplet: 98, 3D and 96. RGB value is (152,61,150). Sum of RGB (Red+Green+Blue) = 152+61+150=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #983D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983D96 is #67C269. Grayscale: #626262. Windows color (decimal): -6799978 or 9846168. OLE color: 9846168.
HSL color Cylindrical-coordinate representation of color #983D96: hue angle of 301.32º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #983D96 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 61 | 150 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.40 |
| HSL | 301.32º | 0.43% | 0.42% | - |
| HSV(B) | 301.32º | 0.6% | 0.6% | - |
| XYZ | 20.12 | 12.21 | 30.15 | - |
| YUV | 98.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 150 | 0 | 0.60 | 0.01 | 0.40 | 301.32 | 0.43 | 0.42 |
| Hex | 98 | 3D | 96 | 0 | 3C | 1 | 28 | 12D | 2B | 2A |
| Octal | 230 | 75 | 226 | 0 | 74 | 1 | 50 | 455 | 53 | 52 |
| Binary | 10011000 | 111101 | 10010110 | 0 | 111100 | 1 | 101000 | 100101101 | 101011 | 101010 |
Color Harmonies of #983D96
Complementary color
Monochromatic Colors of #983D96
Black with #983D96
Text Example
Text Example
White with #983D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983D96; }
p { color: rgb(152,61,150); }
H1.HeaderClassName
{
color: #983D96;
}
.AnyTagClassName
{
color: #983D96;
}
</style>
background-color css
<style>
a { background-color: #983D96; }
a { background-color: rgb(152,61,150); }
div.DivClassName
{
background-color: #983D96;
}
.BgClassName
{
background-color: #983D96;
}
</style>
border-color css
<style>
span { border-color: #983D96; }
span { border-color: rgb(152,61,150); }
td.TdClassName
{
border-color: #983D96;
}
.TagClassName
{
border-color: #983D96;
}
</style>