Shades of Vivid Violet #8C249D
Tints of Vivid Violet #8C249D
RGB
CMYK
RGB Variations
Color information
#8C249D (or 0x8C249D) is known color: Vivid Violet. HEX triplet: 8C, 24 and 9D. RGB value is (140,36,157). Sum of RGB (Red+Green+Blue) = 140+36+157=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C249D is #73DB62. Grayscale: #505050. Windows color (decimal): -7592803 or 10298508. OLE color: 10298508.
HSL color Cylindrical-coordinate representation of color #8C249D: hue angle of 291.57º 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 #8C249D is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 36 | 157 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.38 |
| HSL | 291.57º | 0.63% | 0.38% | - |
| HSV(B) | 291.57º | 0.77% | 0.62% | - |
| XYZ | 17.53 | 9.27 | 32.76 | - |
| YUV | 80.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 157 | 0.11 | 0.77 | 0 | 0.38 | 291.57 | 0.63 | 0.38 |
| Hex | 8C | 24 | 9D | B | 4D | 0 | 26 | 124 | 3F | 26 |
| Octal | 214 | 44 | 235 | 13 | 115 | 0 | 46 | 444 | 77 | 46 |
| Binary | 10001100 | 100100 | 10011101 | 1011 | 1001101 | 0 | 100110 | 100100100 | 111111 | 100110 |
Color Harmonies of #8C249D
Complementary color
Monochromatic Colors of #8C249D
Black with #8C249D
Text Example
Text Example
White with #8C249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C249D; }
p { color: rgb(140,36,157); }
H1.HeaderClassName
{
color: #8C249D;
}
.AnyTagClassName
{
color: #8C249D;
}
</style>
background-color css
<style>
a { background-color: #8C249D; }
a { background-color: rgb(140,36,157); }
div.DivClassName
{
background-color: #8C249D;
}
.BgClassName
{
background-color: #8C249D;
}
</style>
border-color css
<style>
span { border-color: #8C249D; }
span { border-color: rgb(140,36,157); }
td.TdClassName
{
border-color: #8C249D;
}
.TagClassName
{
border-color: #8C249D;
}
</style>