Shades of Vivid Violet #8C249A
Tints of Vivid Violet #8C249A
RGB
CMYK
RGB Variations
Color information
#8C249A (or 0x8C249A) is known color: Vivid Violet. HEX triplet: 8C, 24 and 9A. RGB value is (140,36,154). Sum of RGB (Red+Green+Blue) = 140+36+154=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C249A is #73DB65. Grayscale: #505050. Windows color (decimal): -7592806 or 10101900. OLE color: 10101900.
HSL color Cylindrical-coordinate representation of color #8C249A: hue angle of 292.88º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C249A is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 36 | 154 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.40 |
| HSL | 292.88º | 0.62% | 0.37% | - |
| HSV(B) | 292.88º | 0.77% | 0.6% | - |
| XYZ | 17.28 | 9.17 | 31.43 | - |
| YUV | 80.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 154 | 0.09 | 0.77 | 0 | 0.40 | 292.88 | 0.62 | 0.37 |
| Hex | 8C | 24 | 9A | 9 | 4D | 0 | 28 | 125 | 3E | 25 |
| Octal | 214 | 44 | 232 | 11 | 115 | 0 | 50 | 445 | 76 | 45 |
| Binary | 10001100 | 100100 | 10011010 | 1001 | 1001101 | 0 | 101000 | 100100101 | 111110 | 100101 |
Color Harmonies of #8C249A
Complementary color
Monochromatic Colors of #8C249A
Black with #8C249A
Text Example
Text Example
White with #8C249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C249A; }
p { color: rgb(140,36,154); }
H1.HeaderClassName
{
color: #8C249A;
}
.AnyTagClassName
{
color: #8C249A;
}
</style>
background-color css
<style>
a { background-color: #8C249A; }
a { background-color: rgb(140,36,154); }
div.DivClassName
{
background-color: #8C249A;
}
.BgClassName
{
background-color: #8C249A;
}
</style>
border-color css
<style>
span { border-color: #8C249A; }
span { border-color: rgb(140,36,154); }
td.TdClassName
{
border-color: #8C249A;
}
.TagClassName
{
border-color: #8C249A;
}
</style>