Shades of Vivid Violet #8C3287
Tints of Vivid Violet #8C3287
RGB
CMYK
RGB Variations
Color information
#8C3287 (or 0x8C3287) is known color: Vivid Violet. HEX triplet: 8C, 32 and 87. RGB value is (140,50,135). Sum of RGB (Red+Green+Blue) = 140+50+135=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3287 is #73CD78. Grayscale: #565656. Windows color (decimal): -7589241 or 8860300. OLE color: 8860300.
HSL color Cylindrical-coordinate representation of color #8C3287: hue angle of 303.33º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3287 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 135 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.45 |
| HSL | 303.33º | 0.47% | 0.37% | - |
| HSV(B) | 303.33º | 0.64% | 0.55% | - |
| XYZ | 16.33 | 9.61 | 23.92 | - |
| YUV | 86.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 135 | 0 | 0.64 | 0.04 | 0.45 | 303.33 | 0.47 | 0.37 |
| Hex | 8C | 32 | 87 | 0 | 40 | 4 | 2D | 12F | 2F | 25 |
| Octal | 214 | 62 | 207 | 0 | 100 | 4 | 55 | 457 | 57 | 45 |
| Binary | 10001100 | 110010 | 10000111 | 0 | 1000000 | 100 | 101101 | 100101111 | 101111 | 100101 |
Color Harmonies of #8C3287
Complementary color
Monochromatic Colors of #8C3287
Black with #8C3287
Text Example
Text Example
White with #8C3287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3287; }
p { color: rgb(140,50,135); }
H1.HeaderClassName
{
color: #8C3287;
}
.AnyTagClassName
{
color: #8C3287;
}
</style>
background-color css
<style>
a { background-color: #8C3287; }
a { background-color: rgb(140,50,135); }
div.DivClassName
{
background-color: #8C3287;
}
.BgClassName
{
background-color: #8C3287;
}
</style>
border-color css
<style>
span { border-color: #8C3287; }
span { border-color: rgb(140,50,135); }
td.TdClassName
{
border-color: #8C3287;
}
.TagClassName
{
border-color: #8C3287;
}
</style>