Shades of Vivid Violet #8C278D
Tints of Vivid Violet #8C278D
RGB
CMYK
RGB Variations
Color information
#8C278D (or 0x8C278D) is known color: Vivid Violet. HEX triplet: 8C, 27 and 8D. RGB value is (140,39,141). Sum of RGB (Red+Green+Blue) = 140+39+141=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C278D is #73D872. Grayscale: #505050. Windows color (decimal): -7592051 or 9250700. OLE color: 9250700.
HSL color Cylindrical-coordinate representation of color #8C278D: hue angle of 299.41º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C278D is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 39 | 141 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.45 |
| HSL | 299.41º | 0.57% | 0.35% | - |
| HSV(B) | 299.41º | 0.72% | 0.55% | - |
| XYZ | 16.35 | 8.95 | 26.07 | - |
| YUV | 80.83 | 161.96 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 141 | 0.01 | 0.72 | 0 | 0.45 | 299.41 | 0.57 | 0.35 |
| Hex | 8C | 27 | 8D | 1 | 48 | 0 | 2D | 12B | 39 | 23 |
| Octal | 214 | 47 | 215 | 1 | 110 | 0 | 55 | 453 | 71 | 43 |
| Binary | 10001100 | 100111 | 10001101 | 1 | 1001000 | 0 | 101101 | 100101011 | 111001 | 100011 |
Color Harmonies of #8C278D
Complementary color
Monochromatic Colors of #8C278D
Black with #8C278D
Text Example
Text Example
White with #8C278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C278D; }
p { color: rgb(140,39,141); }
H1.HeaderClassName
{
color: #8C278D;
}
.AnyTagClassName
{
color: #8C278D;
}
</style>
background-color css
<style>
a { background-color: #8C278D; }
a { background-color: rgb(140,39,141); }
div.DivClassName
{
background-color: #8C278D;
}
.BgClassName
{
background-color: #8C278D;
}
</style>
border-color css
<style>
span { border-color: #8C278D; }
span { border-color: rgb(140,39,141); }
td.TdClassName
{
border-color: #8C278D;
}
.TagClassName
{
border-color: #8C278D;
}
</style>