Shades of Vivid Violet #8D3D8B
Tints of Vivid Violet #8D3D8B
RGB
CMYK
RGB Variations
Color information
#8D3D8B (or 0x8D3D8B) is known color: Vivid Violet. HEX triplet: 8D, 3D and 8B. RGB value is (141,61,139). Sum of RGB (Red+Green+Blue) = 141+61+139=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3D8B is #72C274. Grayscale: #5D5D5D. Windows color (decimal): -7520885 or 9125261. OLE color: 9125261.
HSL color Cylindrical-coordinate representation of color #8D3D8B: hue angle of 301.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3D8B is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 61 | 139 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.45 |
| HSL | 301.5º | 0.4% | 0.4% | - |
| HSV(B) | 301.5º | 0.57% | 0.55% | - |
| XYZ | 17.31 | 10.86 | 25.61 | - |
| YUV | 93.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 139 | 0 | 0.57 | 0.01 | 0.45 | 301.5 | 0.4 | 0.4 |
| Hex | 8D | 3D | 8B | 0 | 39 | 1 | 2D | 12E | 28 | 28 |
| Octal | 215 | 75 | 213 | 0 | 71 | 1 | 55 | 456 | 50 | 50 |
| Binary | 10001101 | 111101 | 10001011 | 0 | 111001 | 1 | 101101 | 100101110 | 101000 | 101000 |
Color Harmonies of #8D3D8B
Complementary color
Monochromatic Colors of #8D3D8B
Black with #8D3D8B
Text Example
Text Example
White with #8D3D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3D8B; }
p { color: rgb(141,61,139); }
H1.HeaderClassName
{
color: #8D3D8B;
}
.AnyTagClassName
{
color: #8D3D8B;
}
</style>
background-color css
<style>
a { background-color: #8D3D8B; }
a { background-color: rgb(141,61,139); }
div.DivClassName
{
background-color: #8D3D8B;
}
.BgClassName
{
background-color: #8D3D8B;
}
</style>
border-color css
<style>
span { border-color: #8D3D8B; }
span { border-color: rgb(141,61,139); }
td.TdClassName
{
border-color: #8D3D8B;
}
.TagClassName
{
border-color: #8D3D8B;
}
</style>