Shades of Vivid Violet #8C318B
Tints of Vivid Violet #8C318B
RGB
CMYK
RGB Variations
Color information
#8C318B (or 0x8C318B) is known color: Vivid Violet. HEX triplet: 8C, 31 and 8B. RGB value is (140,49,139). Sum of RGB (Red+Green+Blue) = 140+49+139=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C318B is #73CE74. Grayscale: #565656. Windows color (decimal): -7589493 or 9122188. OLE color: 9122188.
HSL color Cylindrical-coordinate representation of color #8C318B: hue angle of 300.66º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C318B is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 139 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.45 |
| HSL | 300.66º | 0.48% | 0.37% | - |
| HSV(B) | 300.66º | 0.65% | 0.55% | - |
| XYZ | 16.57 | 9.64 | 25.41 | - |
| YUV | 86.47 | 157.65 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 139 | 0 | 0.65 | 0.01 | 0.45 | 300.66 | 0.48 | 0.37 |
| Hex | 8C | 31 | 8B | 0 | 41 | 1 | 2D | 12D | 30 | 25 |
| Octal | 214 | 61 | 213 | 0 | 101 | 1 | 55 | 455 | 60 | 45 |
| Binary | 10001100 | 110001 | 10001011 | 0 | 1000001 | 1 | 101101 | 100101101 | 110000 | 100101 |
Color Harmonies of #8C318B
Complementary color
Monochromatic Colors of #8C318B
Black with #8C318B
Text Example
Text Example
White with #8C318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C318B; }
p { color: rgb(140,49,139); }
H1.HeaderClassName
{
color: #8C318B;
}
.AnyTagClassName
{
color: #8C318B;
}
</style>
background-color css
<style>
a { background-color: #8C318B; }
a { background-color: rgb(140,49,139); }
div.DivClassName
{
background-color: #8C318B;
}
.BgClassName
{
background-color: #8C318B;
}
</style>
border-color css
<style>
span { border-color: #8C318B; }
span { border-color: rgb(140,49,139); }
td.TdClassName
{
border-color: #8C318B;
}
.TagClassName
{
border-color: #8C318B;
}
</style>