Shades of Vivid Violet #8C448B
Tints of Vivid Violet #8C448B
RGB
CMYK
RGB Variations
Color information
#8C448B (or 0x8C448B) is known color: Vivid Violet. HEX triplet: 8C, 44 and 8B. RGB value is (140,68,139). Sum of RGB (Red+Green+Blue) = 140+68+139=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C448B is #73BB74. Grayscale: #616161. Windows color (decimal): -7584629 or 9127052. OLE color: 9127052.
HSL color Cylindrical-coordinate representation of color #8C448B: hue angle of 300.83º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C448B is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 68 | 139 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.45 |
| HSL | 300.83º | 0.35% | 0.41% | - |
| HSV(B) | 300.83º | 0.51% | 0.55% | - |
| XYZ | 17.54 | 11.57 | 25.74 | - |
| YUV | 97.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 139 | 0 | 0.51 | 0.01 | 0.45 | 300.83 | 0.35 | 0.41 |
| Hex | 8C | 44 | 8B | 0 | 33 | 1 | 2D | 12D | 23 | 29 |
| Octal | 214 | 104 | 213 | 0 | 63 | 1 | 55 | 455 | 43 | 51 |
| Binary | 10001100 | 1000100 | 10001011 | 0 | 110011 | 1 | 101101 | 100101101 | 100011 | 101001 |
Color Harmonies of #8C448B
Complementary color
Monochromatic Colors of #8C448B
Black with #8C448B
Text Example
Text Example
White with #8C448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C448B; }
p { color: rgb(140,68,139); }
H1.HeaderClassName
{
color: #8C448B;
}
.AnyTagClassName
{
color: #8C448B;
}
</style>
background-color css
<style>
a { background-color: #8C448B; }
a { background-color: rgb(140,68,139); }
div.DivClassName
{
background-color: #8C448B;
}
.BgClassName
{
background-color: #8C448B;
}
</style>
border-color css
<style>
span { border-color: #8C448B; }
span { border-color: rgb(140,68,139); }
td.TdClassName
{
border-color: #8C448B;
}
.TagClassName
{
border-color: #8C448B;
}
</style>