Shades of Vivid Violet #8C259F
Tints of Vivid Violet #8C259F
RGB
CMYK
RGB Variations
Color information
#8C259F (or 0x8C259F) is known color: Vivid Violet. HEX triplet: 8C, 25 and 9F. RGB value is (140,37,159). Sum of RGB (Red+Green+Blue) = 140+37+159=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C259F is #73DA60. Grayscale: #515151. Windows color (decimal): -7592545 or 10429836. OLE color: 10429836.
HSL color Cylindrical-coordinate representation of color #8C259F: hue angle of 290.66º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C259F is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 37 | 159 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.38 |
| HSL | 290.66º | 0.62% | 0.38% | - |
| HSV(B) | 290.66º | 0.77% | 0.62% | - |
| XYZ | 17.73 | 9.4 | 33.68 | - |
| YUV | 81.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 159 | 0.12 | 0.77 | 0 | 0.38 | 290.66 | 0.62 | 0.38 |
| Hex | 8C | 25 | 9F | C | 4D | 0 | 26 | 123 | 3E | 26 |
| Octal | 214 | 45 | 237 | 14 | 115 | 0 | 46 | 443 | 76 | 46 |
| Binary | 10001100 | 100101 | 10011111 | 1100 | 1001101 | 0 | 100110 | 100100011 | 111110 | 100110 |
Color Harmonies of #8C259F
Complementary color
Monochromatic Colors of #8C259F
Black with #8C259F
Text Example
Text Example
White with #8C259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C259F; }
p { color: rgb(140,37,159); }
H1.HeaderClassName
{
color: #8C259F;
}
.AnyTagClassName
{
color: #8C259F;
}
</style>
background-color css
<style>
a { background-color: #8C259F; }
a { background-color: rgb(140,37,159); }
div.DivClassName
{
background-color: #8C259F;
}
.BgClassName
{
background-color: #8C259F;
}
</style>
border-color css
<style>
span { border-color: #8C259F; }
span { border-color: rgb(140,37,159); }
td.TdClassName
{
border-color: #8C259F;
}
.TagClassName
{
border-color: #8C259F;
}
</style>