Shades of Vivid Violet #8C2FA7
Tints of Vivid Violet #8C2FA7
RGB
CMYK
RGB Variations
Color information
#8C2FA7 (or 0x8C2FA7) is known color: Vivid Violet. HEX triplet: 8C, 2F and A7. RGB value is (140,47,167). Sum of RGB (Red+Green+Blue) = 140+47+167=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 167 (65.62% from 255 or 47.18% from 354); Max value from RGB is 167 - color contains mainly: blue. Hex color #8C2FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2FA7 is #73D058. Grayscale: #585858. Windows color (decimal): -7589977 or 10956684. OLE color: 10956684.
HSL color Cylindrical-coordinate representation of color #8C2FA7: hue angle of 286.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C2FA7 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 47 | 167 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.35 |
| HSL | 286.5º | 0.56% | 0.42% | - |
| HSV(B) | 286.5º | 0.72% | 0.65% | - |
| XYZ | 18.81 | 10.4 | 37.58 | - |
| YUV | 88.49 | 172.31 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 167 | 0.16 | 0.72 | 0 | 0.35 | 286.5 | 0.56 | 0.42 |
| Hex | 8C | 2F | A7 | 10 | 48 | 0 | 23 | 11E | 38 | 2A |
| Octal | 214 | 57 | 247 | 20 | 110 | 0 | 43 | 436 | 70 | 52 |
| Binary | 10001100 | 101111 | 10100111 | 10000 | 1001000 | 0 | 100011 | 100011110 | 111000 | 101010 |
Color Harmonies of #8C2FA7
Complementary color
Monochromatic Colors of #8C2FA7
Black with #8C2FA7
Text Example
Text Example
White with #8C2FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2FA7; }
p { color: rgb(140,47,167); }
H1.HeaderClassName
{
color: #8C2FA7;
}
.AnyTagClassName
{
color: #8C2FA7;
}
</style>
background-color css
<style>
a { background-color: #8C2FA7; }
a { background-color: rgb(140,47,167); }
div.DivClassName
{
background-color: #8C2FA7;
}
.BgClassName
{
background-color: #8C2FA7;
}
</style>
border-color css
<style>
span { border-color: #8C2FA7; }
span { border-color: rgb(140,47,167); }
td.TdClassName
{
border-color: #8C2FA7;
}
.TagClassName
{
border-color: #8C2FA7;
}
</style>