Shades of Vivid Violet #8C3895
Tints of Vivid Violet #8C3895
RGB
CMYK
RGB Variations
Color information
#8C3895 (or 0x8C3895) is known color: Vivid Violet. HEX triplet: 8C, 38 and 95. RGB value is (140,56,149). Sum of RGB (Red+Green+Blue) = 140+56+149=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C3895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3895 is #73C76A. Grayscale: #5B5B5B. Windows color (decimal): -7587691 or 9779340. OLE color: 9779340.
HSL color Cylindrical-coordinate representation of color #8C3895: hue angle of 294.19º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C3895 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 56 | 149 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.42 |
| HSL | 294.19º | 0.45% | 0.4% | - |
| HSV(B) | 294.19º | 0.62% | 0.58% | - |
| XYZ | 17.65 | 10.57 | 29.54 | - |
| YUV | 91.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 149 | 0.06 | 0.62 | 0 | 0.42 | 294.19 | 0.45 | 0.4 |
| Hex | 8C | 38 | 95 | 6 | 3E | 0 | 2A | 126 | 2D | 28 |
| Octal | 214 | 70 | 225 | 6 | 76 | 0 | 52 | 446 | 55 | 50 |
| Binary | 10001100 | 111000 | 10010101 | 110 | 111110 | 0 | 101010 | 100100110 | 101101 | 101000 |
Color Harmonies of #8C3895
Complementary color
Monochromatic Colors of #8C3895
Black with #8C3895
Text Example
Text Example
White with #8C3895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3895; }
p { color: rgb(140,56,149); }
H1.HeaderClassName
{
color: #8C3895;
}
.AnyTagClassName
{
color: #8C3895;
}
</style>
background-color css
<style>
a { background-color: #8C3895; }
a { background-color: rgb(140,56,149); }
div.DivClassName
{
background-color: #8C3895;
}
.BgClassName
{
background-color: #8C3895;
}
</style>
border-color css
<style>
span { border-color: #8C3895; }
span { border-color: rgb(140,56,149); }
td.TdClassName
{
border-color: #8C3895;
}
.TagClassName
{
border-color: #8C3895;
}
</style>