Shades of Vivid Violet #8C448F
Tints of Vivid Violet #8C448F
RGB
CMYK
RGB Variations
Color information
#8C448F (or 0x8C448F) is known color: Vivid Violet. HEX triplet: 8C, 44 and 8F. RGB value is (140,68,143). Sum of RGB (Red+Green+Blue) = 140+68+143=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 143 - color contains mainly: blue. Hex color #8C448F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C448F is #73BB70. Grayscale: #616161. Windows color (decimal): -7584625 or 9389196. OLE color: 9389196.
HSL color Cylindrical-coordinate representation of color #8C448F: hue angle of 297.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C448F is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 68 | 143 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.44 |
| HSL | 297.6º | 0.36% | 0.41% | - |
| HSV(B) | 297.6º | 0.52% | 0.56% | - |
| XYZ | 17.84 | 11.69 | 27.3 | - |
| YUV | 98.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 143 | 0.02 | 0.52 | 0 | 0.44 | 297.6 | 0.36 | 0.41 |
| Hex | 8C | 44 | 8F | 2 | 34 | 0 | 2C | 12A | 24 | 29 |
| Octal | 214 | 104 | 217 | 2 | 64 | 0 | 54 | 452 | 44 | 51 |
| Binary | 10001100 | 1000100 | 10001111 | 10 | 110100 | 0 | 101100 | 100101010 | 100100 | 101001 |
Color Harmonies of #8C448F
Complementary color
Monochromatic Colors of #8C448F
Black with #8C448F
Text Example
Text Example
White with #8C448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C448F; }
p { color: rgb(140,68,143); }
H1.HeaderClassName
{
color: #8C448F;
}
.AnyTagClassName
{
color: #8C448F;
}
</style>
background-color css
<style>
a { background-color: #8C448F; }
a { background-color: rgb(140,68,143); }
div.DivClassName
{
background-color: #8C448F;
}
.BgClassName
{
background-color: #8C448F;
}
</style>
border-color css
<style>
span { border-color: #8C448F; }
span { border-color: rgb(140,68,143); }
td.TdClassName
{
border-color: #8C448F;
}
.TagClassName
{
border-color: #8C448F;
}
</style>