Shades of Vivid Violet #983A8B
Tints of Vivid Violet #983A8B
RGB
CMYK
RGB Variations
Color information
#983A8B (or 0x983A8B) is known color: Vivid Violet. HEX triplet: 98, 3A and 8B. RGB value is (152,58,139). Sum of RGB (Red+Green+Blue) = 152+58+139=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #983A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983A8B is #67C574. Grayscale: #5F5F5F. Windows color (decimal): -6800757 or 9124504. OLE color: 9124504.
HSL color Cylindrical-coordinate representation of color #983A8B: hue angle of 308.3º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983A8B is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 58 | 139 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.40 |
| HSL | 308.3º | 0.45% | 0.41% | - |
| HSV(B) | 308.3º | 0.62% | 0.6% | - |
| XYZ | 19.12 | 11.57 | 25.65 | - |
| YUV | 95.34 | 152.64 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 139 | 0 | 0.62 | 0.09 | 0.40 | 308.3 | 0.45 | 0.41 |
| Hex | 98 | 3A | 8B | 0 | 3E | 9 | 28 | 134 | 2D | 29 |
| Octal | 230 | 72 | 213 | 0 | 76 | 11 | 50 | 464 | 55 | 51 |
| Binary | 10011000 | 111010 | 10001011 | 0 | 111110 | 1001 | 101000 | 100110100 | 101101 | 101001 |
Color Harmonies of #983A8B
Complementary color
Monochromatic Colors of #983A8B
Black with #983A8B
Text Example
Text Example
White with #983A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983A8B; }
p { color: rgb(152,58,139); }
H1.HeaderClassName
{
color: #983A8B;
}
.AnyTagClassName
{
color: #983A8B;
}
</style>
background-color css
<style>
a { background-color: #983A8B; }
a { background-color: rgb(152,58,139); }
div.DivClassName
{
background-color: #983A8B;
}
.BgClassName
{
background-color: #983A8B;
}
</style>
border-color css
<style>
span { border-color: #983A8B; }
span { border-color: rgb(152,58,139); }
td.TdClassName
{
border-color: #983A8B;
}
.TagClassName
{
border-color: #983A8B;
}
</style>