Shades of Vivid Violet #8C2FAB
Tints of Vivid Violet #8C2FAB
RGB
CMYK
RGB Variations
Color information
#8C2FAB (or 0x8C2FAB) is known color: Vivid Violet. HEX triplet: 8C, 2F and AB. RGB value is (140,47,171). Sum of RGB (Red+Green+Blue) = 140+47+171=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C2FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2FAB is #73D054. Grayscale: #585858. Windows color (decimal): -7589973 or 11218828. OLE color: 11218828.
HSL color Cylindrical-coordinate representation of color #8C2FAB: hue angle of 285º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C2FAB is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 47 | 171 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.33 |
| HSL | 285º | 0.57% | 0.43% | - |
| HSV(B) | 285º | 0.73% | 0.67% | - |
| XYZ | 19.18 | 10.55 | 39.55 | - |
| YUV | 88.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 171 | 0.18 | 0.73 | 0 | 0.33 | 285 | 0.57 | 0.43 |
| Hex | 8C | 2F | AB | 12 | 49 | 0 | 21 | 11D | 39 | 2B |
| Octal | 214 | 57 | 253 | 22 | 111 | 0 | 41 | 435 | 71 | 53 |
| Binary | 10001100 | 101111 | 10101011 | 10010 | 1001001 | 0 | 100001 | 100011101 | 111001 | 101011 |
Color Harmonies of #8C2FAB
Complementary color
Monochromatic Colors of #8C2FAB
Black with #8C2FAB
Text Example
Text Example
White with #8C2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2FAB; }
p { color: rgb(140,47,171); }
H1.HeaderClassName
{
color: #8C2FAB;
}
.AnyTagClassName
{
color: #8C2FAB;
}
</style>
background-color css
<style>
a { background-color: #8C2FAB; }
a { background-color: rgb(140,47,171); }
div.DivClassName
{
background-color: #8C2FAB;
}
.BgClassName
{
background-color: #8C2FAB;
}
</style>
border-color css
<style>
span { border-color: #8C2FAB; }
span { border-color: rgb(140,47,171); }
td.TdClassName
{
border-color: #8C2FAB;
}
.TagClassName
{
border-color: #8C2FAB;
}
</style>