Shades of Vivid Violet #983B93
Tints of Vivid Violet #983B93
RGB
CMYK
RGB Variations
Color information
#983B93 (or 0x983B93) is known color: Vivid Violet. HEX triplet: 98, 3B and 93. RGB value is (152,59,147). Sum of RGB (Red+Green+Blue) = 152+59+147=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #983B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983B93 is #67C46C. Grayscale: #606060. Windows color (decimal): -6800493 or 9649048. OLE color: 9649048.
HSL color Cylindrical-coordinate representation of color #983B93: hue angle of 303.23º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983B93 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 59 | 147 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.40 |
| HSL | 303.23º | 0.44% | 0.41% | - |
| HSV(B) | 303.23º | 0.61% | 0.6% | - |
| XYZ | 19.78 | 11.91 | 28.86 | - |
| YUV | 96.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 147 | 0 | 0.61 | 0.03 | 0.40 | 303.23 | 0.44 | 0.41 |
| Hex | 98 | 3B | 93 | 0 | 3D | 3 | 28 | 12F | 2C | 29 |
| Octal | 230 | 73 | 223 | 0 | 75 | 3 | 50 | 457 | 54 | 51 |
| Binary | 10011000 | 111011 | 10010011 | 0 | 111101 | 11 | 101000 | 100101111 | 101100 | 101001 |
Color Harmonies of #983B93
Complementary color
Monochromatic Colors of #983B93
Black with #983B93
Text Example
Text Example
White with #983B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983B93; }
p { color: rgb(152,59,147); }
H1.HeaderClassName
{
color: #983B93;
}
.AnyTagClassName
{
color: #983B93;
}
</style>
background-color css
<style>
a { background-color: #983B93; }
a { background-color: rgb(152,59,147); }
div.DivClassName
{
background-color: #983B93;
}
.BgClassName
{
background-color: #983B93;
}
</style>
border-color css
<style>
span { border-color: #983B93; }
span { border-color: rgb(152,59,147); }
td.TdClassName
{
border-color: #983B93;
}
.TagClassName
{
border-color: #983B93;
}
</style>