Shades of Vivid Violet #8C408B
Tints of Vivid Violet #8C408B
RGB
CMYK
RGB Variations
Color information
#8C408B (or 0x8C408B) is known color: Vivid Violet. HEX triplet: 8C, 40 and 8B. RGB value is (140,64,139). Sum of RGB (Red+Green+Blue) = 140+64+139=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C408B is #73BF74. Grayscale: #5F5F5F. Windows color (decimal): -7585653 or 9126028. OLE color: 9126028.
HSL color Cylindrical-coordinate representation of color #8C408B: hue angle of 300.79º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C408B is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 64 | 139 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.45 |
| HSL | 300.79º | 0.37% | 0.4% | - |
| HSV(B) | 300.79º | 0.54% | 0.55% | - |
| XYZ | 17.31 | 11.11 | 25.66 | - |
| YUV | 95.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 139 | 0 | 0.54 | 0.01 | 0.45 | 300.79 | 0.37 | 0.4 |
| Hex | 8C | 40 | 8B | 0 | 36 | 1 | 2D | 12D | 25 | 28 |
| Octal | 214 | 100 | 213 | 0 | 66 | 1 | 55 | 455 | 45 | 50 |
| Binary | 10001100 | 1000000 | 10001011 | 0 | 110110 | 1 | 101101 | 100101101 | 100101 | 101000 |
Color Harmonies of #8C408B
Complementary color
Monochromatic Colors of #8C408B
Black with #8C408B
Text Example
Text Example
White with #8C408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C408B; }
p { color: rgb(140,64,139); }
H1.HeaderClassName
{
color: #8C408B;
}
.AnyTagClassName
{
color: #8C408B;
}
</style>
background-color css
<style>
a { background-color: #8C408B; }
a { background-color: rgb(140,64,139); }
div.DivClassName
{
background-color: #8C408B;
}
.BgClassName
{
background-color: #8C408B;
}
</style>
border-color css
<style>
span { border-color: #8C408B; }
span { border-color: rgb(140,64,139); }
td.TdClassName
{
border-color: #8C408B;
}
.TagClassName
{
border-color: #8C408B;
}
</style>