Shades of Vivid Violet #8C448D
Tints of Vivid Violet #8C448D
RGB
CMYK
RGB Variations
Color information
#8C448D (or 0x8C448D) is known color: Vivid Violet. HEX triplet: 8C, 44 and 8D. RGB value is (140,68,141). Sum of RGB (Red+Green+Blue) = 140+68+141=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C448D is #73BB72. Grayscale: #616161. Windows color (decimal): -7584627 or 9258124. OLE color: 9258124.
HSL color Cylindrical-coordinate representation of color #8C448D: hue angle of 299.18º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C448D is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 68 | 141 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.45 |
| HSL | 299.18º | 0.35% | 0.41% | - |
| HSV(B) | 299.18º | 0.52% | 0.55% | - |
| XYZ | 17.69 | 11.63 | 26.51 | - |
| YUV | 97.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 141 | 0.01 | 0.52 | 0 | 0.45 | 299.18 | 0.35 | 0.41 |
| Hex | 8C | 44 | 8D | 1 | 34 | 0 | 2D | 12B | 23 | 29 |
| Octal | 214 | 104 | 215 | 1 | 64 | 0 | 55 | 453 | 43 | 51 |
| Binary | 10001100 | 1000100 | 10001101 | 1 | 110100 | 0 | 101101 | 100101011 | 100011 | 101001 |
Color Harmonies of #8C448D
Complementary color
Monochromatic Colors of #8C448D
Black with #8C448D
Text Example
Text Example
White with #8C448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C448D; }
p { color: rgb(140,68,141); }
H1.HeaderClassName
{
color: #8C448D;
}
.AnyTagClassName
{
color: #8C448D;
}
</style>
background-color css
<style>
a { background-color: #8C448D; }
a { background-color: rgb(140,68,141); }
div.DivClassName
{
background-color: #8C448D;
}
.BgClassName
{
background-color: #8C448D;
}
</style>
border-color css
<style>
span { border-color: #8C448D; }
span { border-color: rgb(140,68,141); }
td.TdClassName
{
border-color: #8C448D;
}
.TagClassName
{
border-color: #8C448D;
}
</style>