Shades of Vivid Violet #8C359E
Tints of Vivid Violet #8C359E
RGB
CMYK
RGB Variations
Color information
#8C359E (or 0x8C359E) is known color: Vivid Violet. HEX triplet: 8C, 35 and 9E. RGB value is (140,53,158). Sum of RGB (Red+Green+Blue) = 140+53+158=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C359E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C359E is #73CA61. Grayscale: #5A5A5A. Windows color (decimal): -7588450 or 10368396. OLE color: 10368396.
HSL color Cylindrical-coordinate representation of color #8C359E: hue angle of 289.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C359E is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 53 | 158 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.38 |
| HSL | 289.71º | 0.5% | 0.41% | - |
| HSV(B) | 289.71º | 0.66% | 0.62% | - |
| XYZ | 18.26 | 10.59 | 33.43 | - |
| YUV | 90.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 158 | 0.11 | 0.66 | 0 | 0.38 | 289.71 | 0.5 | 0.41 |
| Hex | 8C | 35 | 9E | B | 42 | 0 | 26 | 122 | 32 | 29 |
| Octal | 214 | 65 | 236 | 13 | 102 | 0 | 46 | 442 | 62 | 51 |
| Binary | 10001100 | 110101 | 10011110 | 1011 | 1000010 | 0 | 100110 | 100100010 | 110010 | 101001 |
Color Harmonies of #8C359E
Complementary color
Monochromatic Colors of #8C359E
Black with #8C359E
Text Example
Text Example
White with #8C359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C359E; }
p { color: rgb(140,53,158); }
H1.HeaderClassName
{
color: #8C359E;
}
.AnyTagClassName
{
color: #8C359E;
}
</style>
background-color css
<style>
a { background-color: #8C359E; }
a { background-color: rgb(140,53,158); }
div.DivClassName
{
background-color: #8C359E;
}
.BgClassName
{
background-color: #8C359E;
}
</style>
border-color css
<style>
span { border-color: #8C359E; }
span { border-color: rgb(140,53,158); }
td.TdClassName
{
border-color: #8C359E;
}
.TagClassName
{
border-color: #8C359E;
}
</style>