Shades of Vivid Violet #8C449D
Tints of Vivid Violet #8C449D
RGB
CMYK
RGB Variations
Color information
#8C449D (or 0x8C449D) is known color: Vivid Violet. HEX triplet: 8C, 44 and 9D. RGB value is (140,68,157). Sum of RGB (Red+Green+Blue) = 140+68+157=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C449D is #73BB62. Grayscale: #636363. Windows color (decimal): -7584611 or 10306700. OLE color: 10306700.
HSL color Cylindrical-coordinate representation of color #8C449D: hue angle of 288.54º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C449D is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 68 | 157 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.38 |
| HSL | 288.54º | 0.4% | 0.44% | - |
| HSV(B) | 288.54º | 0.57% | 0.62% | - |
| XYZ | 18.97 | 12.14 | 33.24 | - |
| YUV | 99.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 157 | 0.11 | 0.57 | 0 | 0.38 | 288.54 | 0.4 | 0.44 |
| Hex | 8C | 44 | 9D | B | 39 | 0 | 26 | 121 | 28 | 2C |
| Octal | 214 | 104 | 235 | 13 | 71 | 0 | 46 | 441 | 50 | 54 |
| Binary | 10001100 | 1000100 | 10011101 | 1011 | 111001 | 0 | 100110 | 100100001 | 101000 | 101100 |
Color Harmonies of #8C449D
Complementary color
Monochromatic Colors of #8C449D
Black with #8C449D
Text Example
Text Example
White with #8C449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C449D; }
p { color: rgb(140,68,157); }
H1.HeaderClassName
{
color: #8C449D;
}
.AnyTagClassName
{
color: #8C449D;
}
</style>
background-color css
<style>
a { background-color: #8C449D; }
a { background-color: rgb(140,68,157); }
div.DivClassName
{
background-color: #8C449D;
}
.BgClassName
{
background-color: #8C449D;
}
</style>
border-color css
<style>
span { border-color: #8C449D; }
span { border-color: rgb(140,68,157); }
td.TdClassName
{
border-color: #8C449D;
}
.TagClassName
{
border-color: #8C449D;
}
</style>