Shades of Vivid Violet #8C249B
Tints of Vivid Violet #8C249B
RGB
CMYK
RGB Variations
Color information
#8C249B (or 0x8C249B) is known color: Vivid Violet. HEX triplet: 8C, 24 and 9B. RGB value is (140,36,155). Sum of RGB (Red+Green+Blue) = 140+36+155=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C249B is #73DB64. Grayscale: #505050. Windows color (decimal): -7592805 or 10167436. OLE color: 10167436.
HSL color Cylindrical-coordinate representation of color #8C249B: hue angle of 292.44º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C249B is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 36 | 155 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.39 |
| HSL | 292.44º | 0.62% | 0.37% | - |
| HSV(B) | 292.44º | 0.77% | 0.61% | - |
| XYZ | 17.36 | 9.2 | 31.87 | - |
| YUV | 80.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 155 | 0.10 | 0.77 | 0 | 0.39 | 292.44 | 0.62 | 0.37 |
| Hex | 8C | 24 | 9B | A | 4D | 0 | 27 | 124 | 3E | 25 |
| Octal | 214 | 44 | 233 | 12 | 115 | 0 | 47 | 444 | 76 | 45 |
| Binary | 10001100 | 100100 | 10011011 | 1010 | 1001101 | 0 | 100111 | 100100100 | 111110 | 100101 |
Color Harmonies of #8C249B
Complementary color
Monochromatic Colors of #8C249B
Black with #8C249B
Text Example
Text Example
White with #8C249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C249B; }
p { color: rgb(140,36,155); }
H1.HeaderClassName
{
color: #8C249B;
}
.AnyTagClassName
{
color: #8C249B;
}
</style>
background-color css
<style>
a { background-color: #8C249B; }
a { background-color: rgb(140,36,155); }
div.DivClassName
{
background-color: #8C249B;
}
.BgClassName
{
background-color: #8C249B;
}
</style>
border-color css
<style>
span { border-color: #8C249B; }
span { border-color: rgb(140,36,155); }
td.TdClassName
{
border-color: #8C249B;
}
.TagClassName
{
border-color: #8C249B;
}
</style>