Shades of Vivid Violet #8D3985
Tints of Vivid Violet #8D3985
RGB
CMYK
RGB Variations
Color information
#8D3985 (or 0x8D3985) is known color: Vivid Violet. HEX triplet: 8D, 39 and 85. RGB value is (141,57,133). Sum of RGB (Red+Green+Blue) = 141+57+133=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3985 is #72C67A. Grayscale: #5A5A5A. Windows color (decimal): -7521915 or 8731021. OLE color: 8731021.
HSL color Cylindrical-coordinate representation of color #8D3985: hue angle of 305.71º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D3985 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 57 | 133 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.45 |
| HSL | 305.71º | 0.42% | 0.39% | - |
| HSV(B) | 305.71º | 0.6% | 0.55% | - |
| XYZ | 16.68 | 10.28 | 23.3 | - |
| YUV | 90.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 57 | 133 | 0 | 0.60 | 0.06 | 0.45 | 305.71 | 0.42 | 0.39 |
| Hex | 8D | 39 | 85 | 0 | 3C | 6 | 2D | 132 | 2A | 27 |
| Octal | 215 | 71 | 205 | 0 | 74 | 6 | 55 | 462 | 52 | 47 |
| Binary | 10001101 | 111001 | 10000101 | 0 | 111100 | 110 | 101101 | 100110010 | 101010 | 100111 |
Color Harmonies of #8D3985
Complementary color
Monochromatic Colors of #8D3985
Black with #8D3985
Text Example
Text Example
White with #8D3985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3985; }
p { color: rgb(141,57,133); }
H1.HeaderClassName
{
color: #8D3985;
}
.AnyTagClassName
{
color: #8D3985;
}
</style>
background-color css
<style>
a { background-color: #8D3985; }
a { background-color: rgb(141,57,133); }
div.DivClassName
{
background-color: #8D3985;
}
.BgClassName
{
background-color: #8D3985;
}
</style>
border-color css
<style>
span { border-color: #8D3985; }
span { border-color: rgb(141,57,133); }
td.TdClassName
{
border-color: #8D3985;
}
.TagClassName
{
border-color: #8D3985;
}
</style>