Shades of Vivid Violet #8C479F
Tints of Vivid Violet #8C479F
RGB
CMYK
RGB Variations
Color information
#8C479F (or 0x8C479F) is known color: Vivid Violet. HEX triplet: 8C, 47 and 9F. RGB value is (140,71,159). Sum of RGB (Red+Green+Blue) = 140+71+159=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C479F is #73B860. Grayscale: #656565. Windows color (decimal): -7583841 or 10438540. OLE color: 10438540.
HSL color Cylindrical-coordinate representation of color #8C479F: hue angle of 287.05º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C479F is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 71 | 159 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.38 |
| HSL | 287.05º | 0.38% | 0.45% | - |
| HSV(B) | 287.05º | 0.55% | 0.62% | - |
| XYZ | 19.33 | 12.59 | 34.21 | - |
| YUV | 101.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 159 | 0.12 | 0.55 | 0 | 0.38 | 287.05 | 0.38 | 0.45 |
| Hex | 8C | 47 | 9F | C | 37 | 0 | 26 | 11F | 26 | 2D |
| Octal | 214 | 107 | 237 | 14 | 67 | 0 | 46 | 437 | 46 | 55 |
| Binary | 10001100 | 1000111 | 10011111 | 1100 | 110111 | 0 | 100110 | 100011111 | 100110 | 101101 |
Color Harmonies of #8C479F
Complementary color
Monochromatic Colors of #8C479F
Black with #8C479F
Text Example
Text Example
White with #8C479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C479F; }
p { color: rgb(140,71,159); }
H1.HeaderClassName
{
color: #8C479F;
}
.AnyTagClassName
{
color: #8C479F;
}
</style>
background-color css
<style>
a { background-color: #8C479F; }
a { background-color: rgb(140,71,159); }
div.DivClassName
{
background-color: #8C479F;
}
.BgClassName
{
background-color: #8C479F;
}
</style>
border-color css
<style>
span { border-color: #8C479F; }
span { border-color: rgb(140,71,159); }
td.TdClassName
{
border-color: #8C479F;
}
.TagClassName
{
border-color: #8C479F;
}
</style>