Shades of Vivid Violet #8D348B
Tints of Vivid Violet #8D348B
RGB
CMYK
RGB Variations
Color information
#8D348B (or 0x8D348B) is known color: Vivid Violet. HEX triplet: 8D, 34 and 8B. RGB value is (141,52,139). Sum of RGB (Red+Green+Blue) = 141+52+139=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D348B is #72CB74. Grayscale: #585858. Windows color (decimal): -7523189 or 9122957. OLE color: 9122957.
HSL color Cylindrical-coordinate representation of color #8D348B: hue angle of 301.35º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D348B is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 139 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.45 |
| HSL | 301.35º | 0.46% | 0.38% | - |
| HSV(B) | 301.35º | 0.63% | 0.55% | - |
| XYZ | 16.87 | 9.98 | 25.46 | - |
| YUV | 88.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 139 | 0 | 0.63 | 0.01 | 0.45 | 301.35 | 0.46 | 0.38 |
| Hex | 8D | 34 | 8B | 0 | 3F | 1 | 2D | 12D | 2E | 26 |
| Octal | 215 | 64 | 213 | 0 | 77 | 1 | 55 | 455 | 56 | 46 |
| Binary | 10001101 | 110100 | 10001011 | 0 | 111111 | 1 | 101101 | 100101101 | 101110 | 100110 |
Color Harmonies of #8D348B
Complementary color
Monochromatic Colors of #8D348B
Black with #8D348B
Text Example
Text Example
White with #8D348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D348B; }
p { color: rgb(141,52,139); }
H1.HeaderClassName
{
color: #8D348B;
}
.AnyTagClassName
{
color: #8D348B;
}
</style>
background-color css
<style>
a { background-color: #8D348B; }
a { background-color: rgb(141,52,139); }
div.DivClassName
{
background-color: #8D348B;
}
.BgClassName
{
background-color: #8D348B;
}
</style>
border-color css
<style>
span { border-color: #8D348B; }
span { border-color: rgb(141,52,139); }
td.TdClassName
{
border-color: #8D348B;
}
.TagClassName
{
border-color: #8D348B;
}
</style>