Shades of Vivid Violet #8C45A6
Tints of Vivid Violet #8C45A6
RGB
CMYK
RGB Variations
Color information
#8C45A6 (or 0x8C45A6) is known color: Vivid Violet. HEX triplet: 8C, 45 and A6. RGB value is (140,69,166). Sum of RGB (Red+Green+Blue) = 140+69+166=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 166 - color contains mainly: blue. Hex color #8C45A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C45A6 is #73BA59. Grayscale: #646464. Windows color (decimal): -7584346 or 10896780. OLE color: 10896780.
HSL color Cylindrical-coordinate representation of color #8C45A6: hue angle of 283.92º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C45A6 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 69 | 166 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.35 |
| HSL | 283.92º | 0.41% | 0.46% | - |
| HSV(B) | 283.92º | 0.58% | 0.65% | - |
| XYZ | 19.83 | 12.58 | 37.46 | - |
| YUV | 101.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 166 | 0.16 | 0.58 | 0 | 0.35 | 283.92 | 0.41 | 0.46 |
| Hex | 8C | 45 | A6 | 10 | 3A | 0 | 23 | 11C | 29 | 2E |
| Octal | 214 | 105 | 246 | 20 | 72 | 0 | 43 | 434 | 51 | 56 |
| Binary | 10001100 | 1000101 | 10100110 | 10000 | 111010 | 0 | 100011 | 100011100 | 101001 | 101110 |
Color Harmonies of #8C45A6
Complementary color
Monochromatic Colors of #8C45A6
Black with #8C45A6
Text Example
Text Example
White with #8C45A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C45A6; }
p { color: rgb(140,69,166); }
H1.HeaderClassName
{
color: #8C45A6;
}
.AnyTagClassName
{
color: #8C45A6;
}
</style>
background-color css
<style>
a { background-color: #8C45A6; }
a { background-color: rgb(140,69,166); }
div.DivClassName
{
background-color: #8C45A6;
}
.BgClassName
{
background-color: #8C45A6;
}
</style>
border-color css
<style>
span { border-color: #8C45A6; }
span { border-color: rgb(140,69,166); }
td.TdClassName
{
border-color: #8C45A6;
}
.TagClassName
{
border-color: #8C45A6;
}
</style>