Shades of Vivid Violet #8D368A
Tints of Vivid Violet #8D368A
RGB
CMYK
RGB Variations
Color information
#8D368A (or 0x8D368A) is known color: Vivid Violet. HEX triplet: 8D, 36 and 8A. RGB value is (141,54,138). Sum of RGB (Red+Green+Blue) = 141+54+138=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D368A is #72C975. Grayscale: #595959. Windows color (decimal): -7522678 or 9057933. OLE color: 9057933.
HSL color Cylindrical-coordinate representation of color #8D368A: hue angle of 302.07º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D368A is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 138 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.45 |
| HSL | 302.07º | 0.45% | 0.38% | - |
| HSV(B) | 302.07º | 0.62% | 0.55% | - |
| XYZ | 16.89 | 10.14 | 25.11 | - |
| YUV | 89.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 138 | 0 | 0.62 | 0.02 | 0.45 | 302.07 | 0.45 | 0.38 |
| Hex | 8D | 36 | 8A | 0 | 3E | 2 | 2D | 12E | 2D | 26 |
| Octal | 215 | 66 | 212 | 0 | 76 | 2 | 55 | 456 | 55 | 46 |
| Binary | 10001101 | 110110 | 10001010 | 0 | 111110 | 10 | 101101 | 100101110 | 101101 | 100110 |
Color Harmonies of #8D368A
Complementary color
Monochromatic Colors of #8D368A
Black with #8D368A
Text Example
Text Example
White with #8D368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D368A; }
p { color: rgb(141,54,138); }
H1.HeaderClassName
{
color: #8D368A;
}
.AnyTagClassName
{
color: #8D368A;
}
</style>
background-color css
<style>
a { background-color: #8D368A; }
a { background-color: rgb(141,54,138); }
div.DivClassName
{
background-color: #8D368A;
}
.BgClassName
{
background-color: #8D368A;
}
</style>
border-color css
<style>
span { border-color: #8D368A; }
span { border-color: rgb(141,54,138); }
td.TdClassName
{
border-color: #8D368A;
}
.TagClassName
{
border-color: #8D368A;
}
</style>