Shades of Vivid Violet #8C458B
Tints of Vivid Violet #8C458B
RGB
CMYK
RGB Variations
Color information
#8C458B (or 0x8C458B) is known color: Vivid Violet. HEX triplet: 8C, 45 and 8B. RGB value is (140,69,139). Sum of RGB (Red+Green+Blue) = 140+69+139=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C458B is #73BA74. Grayscale: #626262. Windows color (decimal): -7584373 or 9127308. OLE color: 9127308.
HSL color Cylindrical-coordinate representation of color #8C458B: hue angle of 300.85º degrees, saturation: 0.34, 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 #8C458B is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 69 | 139 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.45 |
| HSL | 300.85º | 0.34% | 0.41% | - |
| HSV(B) | 300.85º | 0.51% | 0.55% | - |
| XYZ | 17.6 | 11.7 | 25.76 | - |
| YUV | 98.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 139 | 0 | 0.51 | 0.01 | 0.45 | 300.85 | 0.34 | 0.41 |
| Hex | 8C | 45 | 8B | 0 | 33 | 1 | 2D | 12D | 22 | 29 |
| Octal | 214 | 105 | 213 | 0 | 63 | 1 | 55 | 455 | 42 | 51 |
| Binary | 10001100 | 1000101 | 10001011 | 0 | 110011 | 1 | 101101 | 100101101 | 100010 | 101001 |
Color Harmonies of #8C458B
Complementary color
Monochromatic Colors of #8C458B
Black with #8C458B
Text Example
Text Example
White with #8C458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C458B; }
p { color: rgb(140,69,139); }
H1.HeaderClassName
{
color: #8C458B;
}
.AnyTagClassName
{
color: #8C458B;
}
</style>
background-color css
<style>
a { background-color: #8C458B; }
a { background-color: rgb(140,69,139); }
div.DivClassName
{
background-color: #8C458B;
}
.BgClassName
{
background-color: #8C458B;
}
</style>
border-color css
<style>
span { border-color: #8C458B; }
span { border-color: rgb(140,69,139); }
td.TdClassName
{
border-color: #8C458B;
}
.TagClassName
{
border-color: #8C458B;
}
</style>