Shades of Vivid Violet #8C289E
Tints of Vivid Violet #8C289E
RGB
CMYK
RGB Variations
Color information
#8C289E (or 0x8C289E) is known color: Vivid Violet. HEX triplet: 8C, 28 and 9E. RGB value is (140,40,158). Sum of RGB (Red+Green+Blue) = 140+40+158=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C289E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C289E is #73D761. Grayscale: #525252. Windows color (decimal): -7591778 or 10365068. OLE color: 10365068.
HSL color Cylindrical-coordinate representation of color #8C289E: hue angle of 290.85º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C289E is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 40 | 158 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.38 |
| HSL | 290.85º | 0.6% | 0.39% | - |
| HSV(B) | 290.85º | 0.75% | 0.62% | - |
| XYZ | 17.75 | 9.56 | 33.26 | - |
| YUV | 83.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 158 | 0.11 | 0.75 | 0 | 0.38 | 290.85 | 0.6 | 0.39 |
| Hex | 8C | 28 | 9E | B | 4B | 0 | 26 | 123 | 3C | 27 |
| Octal | 214 | 50 | 236 | 13 | 113 | 0 | 46 | 443 | 74 | 47 |
| Binary | 10001100 | 101000 | 10011110 | 1011 | 1001011 | 0 | 100110 | 100100011 | 111100 | 100111 |
Color Harmonies of #8C289E
Complementary color
Monochromatic Colors of #8C289E
Black with #8C289E
Text Example
Text Example
White with #8C289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C289E; }
p { color: rgb(140,40,158); }
H1.HeaderClassName
{
color: #8C289E;
}
.AnyTagClassName
{
color: #8C289E;
}
</style>
background-color css
<style>
a { background-color: #8C289E; }
a { background-color: rgb(140,40,158); }
div.DivClassName
{
background-color: #8C289E;
}
.BgClassName
{
background-color: #8C289E;
}
</style>
border-color css
<style>
span { border-color: #8C289E; }
span { border-color: rgb(140,40,158); }
td.TdClassName
{
border-color: #8C289E;
}
.TagClassName
{
border-color: #8C289E;
}
</style>