Shades of Vivid Violet #8C249F
Tints of Vivid Violet #8C249F
RGB
CMYK
RGB Variations
Color information
#8C249F (or 0x8C249F) is known color: Vivid Violet. HEX triplet: 8C, 24 and 9F. RGB value is (140,36,159). Sum of RGB (Red+Green+Blue) = 140+36+159=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C249F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C249F is #73DB60. Grayscale: #505050. Windows color (decimal): -7592801 or 10429580. OLE color: 10429580.
HSL color Cylindrical-coordinate representation of color #8C249F: hue angle of 290.73º degrees, saturation: 0.63, 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 #8C249F is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 36 | 159 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.38 |
| HSL | 290.73º | 0.63% | 0.38% | - |
| HSV(B) | 290.73º | 0.77% | 0.62% | - |
| XYZ | 17.7 | 9.34 | 33.67 | - |
| YUV | 81.12 | 171.96 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 159 | 0.12 | 0.77 | 0 | 0.38 | 290.73 | 0.63 | 0.38 |
| Hex | 8C | 24 | 9F | C | 4D | 0 | 26 | 123 | 3F | 26 |
| Octal | 214 | 44 | 237 | 14 | 115 | 0 | 46 | 443 | 77 | 46 |
| Binary | 10001100 | 100100 | 10011111 | 1100 | 1001101 | 0 | 100110 | 100100011 | 111111 | 100110 |
Color Harmonies of #8C249F
Complementary color
Monochromatic Colors of #8C249F
Black with #8C249F
Text Example
Text Example
White with #8C249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C249F; }
p { color: rgb(140,36,159); }
H1.HeaderClassName
{
color: #8C249F;
}
.AnyTagClassName
{
color: #8C249F;
}
</style>
background-color css
<style>
a { background-color: #8C249F; }
a { background-color: rgb(140,36,159); }
div.DivClassName
{
background-color: #8C249F;
}
.BgClassName
{
background-color: #8C249F;
}
</style>
border-color css
<style>
span { border-color: #8C249F; }
span { border-color: rgb(140,36,159); }
td.TdClassName
{
border-color: #8C249F;
}
.TagClassName
{
border-color: #8C249F;
}
</style>