Shades of Vivid Violet #8C449F
Tints of Vivid Violet #8C449F
RGB
CMYK
RGB Variations
Color information
#8C449F (or 0x8C449F) is known color: Vivid Violet. HEX triplet: 8C, 44 and 9F. RGB value is (140,68,159). Sum of RGB (Red+Green+Blue) = 140+68+159=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C449F is #73BB60. Grayscale: #636363. Windows color (decimal): -7584609 or 10437772. OLE color: 10437772.
HSL color Cylindrical-coordinate representation of color #8C449F: hue angle of 287.47º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C449F is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 68 | 159 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.38 |
| HSL | 287.47º | 0.4% | 0.45% | - |
| HSV(B) | 287.47º | 0.57% | 0.62% | - |
| XYZ | 19.14 | 12.21 | 34.15 | - |
| YUV | 99.9 | 161.35 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 159 | 0.12 | 0.57 | 0 | 0.38 | 287.47 | 0.4 | 0.45 |
| Hex | 8C | 44 | 9F | C | 39 | 0 | 26 | 11F | 28 | 2D |
| Octal | 214 | 104 | 237 | 14 | 71 | 0 | 46 | 437 | 50 | 55 |
| Binary | 10001100 | 1000100 | 10011111 | 1100 | 111001 | 0 | 100110 | 100011111 | 101000 | 101101 |
Color Harmonies of #8C449F
Complementary color
Monochromatic Colors of #8C449F
Black with #8C449F
Text Example
Text Example
White with #8C449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C449F; }
p { color: rgb(140,68,159); }
H1.HeaderClassName
{
color: #8C449F;
}
.AnyTagClassName
{
color: #8C449F;
}
</style>
background-color css
<style>
a { background-color: #8C449F; }
a { background-color: rgb(140,68,159); }
div.DivClassName
{
background-color: #8C449F;
}
.BgClassName
{
background-color: #8C449F;
}
</style>
border-color css
<style>
span { border-color: #8C449F; }
span { border-color: rgb(140,68,159); }
td.TdClassName
{
border-color: #8C449F;
}
.TagClassName
{
border-color: #8C449F;
}
</style>