Shades of Vivid Violet #983F92
Tints of Vivid Violet #983F92
RGB
CMYK
RGB Variations
Color information
#983F92 (or 0x983F92) is known color: Vivid Violet. HEX triplet: 98, 3F and 92. RGB value is (152,63,146). Sum of RGB (Red+Green+Blue) = 152+63+146=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #983F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983F92 is #67C06D. Grayscale: #626262. Windows color (decimal): -6799470 or 9584536. OLE color: 9584536.
HSL color Cylindrical-coordinate representation of color #983F92: hue angle of 304.04º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983F92 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 146 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.40 |
| HSL | 304.05º | 0.41% | 0.42% | - |
| HSV(B) | 304.05º | 0.59% | 0.6% | - |
| XYZ | 19.91 | 12.31 | 28.52 | - |
| YUV | 99.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 146 | 0 | 0.59 | 0.04 | 0.40 | 304.05 | 0.41 | 0.42 |
| Hex | 98 | 3F | 92 | 0 | 3B | 4 | 28 | 130 | 29 | 2A |
| Octal | 230 | 77 | 222 | 0 | 73 | 4 | 50 | 460 | 51 | 52 |
| Binary | 10011000 | 111111 | 10010010 | 0 | 111011 | 100 | 101000 | 100110000 | 101001 | 101010 |
Color Harmonies of #983F92
Complementary color
Monochromatic Colors of #983F92
Black with #983F92
Text Example
Text Example
White with #983F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F92; }
p { color: rgb(152,63,146); }
H1.HeaderClassName
{
color: #983F92;
}
.AnyTagClassName
{
color: #983F92;
}
</style>
background-color css
<style>
a { background-color: #983F92; }
a { background-color: rgb(152,63,146); }
div.DivClassName
{
background-color: #983F92;
}
.BgClassName
{
background-color: #983F92;
}
</style>
border-color css
<style>
span { border-color: #983F92; }
span { border-color: rgb(152,63,146); }
td.TdClassName
{
border-color: #983F92;
}
.TagClassName
{
border-color: #983F92;
}
</style>