Shades of Vivid Violet #8C289C
Tints of Vivid Violet #8C289C
RGB
CMYK
RGB Variations
Color information
#8C289C (or 0x8C289C) is known color: Vivid Violet. HEX triplet: 8C, 28 and 9C. RGB value is (140,40,156). Sum of RGB (Red+Green+Blue) = 140+40+156=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C289C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C289C is #73D763. Grayscale: #525252. Windows color (decimal): -7591780 or 10233996. OLE color: 10233996.
HSL color Cylindrical-coordinate representation of color #8C289C: hue angle of 291.72º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C289C is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 40 | 156 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.39 |
| HSL | 291.72º | 0.59% | 0.38% | - |
| HSV(B) | 291.72º | 0.74% | 0.61% | - |
| XYZ | 17.57 | 9.49 | 32.36 | - |
| YUV | 83.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 156 | 0.10 | 0.74 | 0 | 0.39 | 291.72 | 0.59 | 0.38 |
| Hex | 8C | 28 | 9C | A | 4A | 0 | 27 | 124 | 3B | 26 |
| Octal | 214 | 50 | 234 | 12 | 112 | 0 | 47 | 444 | 73 | 46 |
| Binary | 10001100 | 101000 | 10011100 | 1010 | 1001010 | 0 | 100111 | 100100100 | 111011 | 100110 |
Color Harmonies of #8C289C
Complementary color
Monochromatic Colors of #8C289C
Black with #8C289C
Text Example
Text Example
White with #8C289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C289C; }
p { color: rgb(140,40,156); }
H1.HeaderClassName
{
color: #8C289C;
}
.AnyTagClassName
{
color: #8C289C;
}
</style>
background-color css
<style>
a { background-color: #8C289C; }
a { background-color: rgb(140,40,156); }
div.DivClassName
{
background-color: #8C289C;
}
.BgClassName
{
background-color: #8C289C;
}
</style>
border-color css
<style>
span { border-color: #8C289C; }
span { border-color: rgb(140,40,156); }
td.TdClassName
{
border-color: #8C289C;
}
.TagClassName
{
border-color: #8C289C;
}
</style>