Shades of Vivid Violet #8F2CAB
Tints of Vivid Violet #8F2CAB
RGB
CMYK
RGB Variations
Color information
#8F2CAB (or 0x8F2CAB) is known color: Vivid Violet. HEX triplet: 8F, 2C and AB. RGB value is (143,44,171). Sum of RGB (Red+Green+Blue) = 143+44+171=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 44 (17.58% from 255 or 12.29% 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 #8F2CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2CAB is #70D354. Grayscale: #575757. Windows color (decimal): -7394133 or 11218063. OLE color: 11218063.
HSL color Cylindrical-coordinate representation of color #8F2CAB: hue angle of 286.77º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F2CAB is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 44 | 171 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.33 |
| HSL | 286.77º | 0.59% | 0.42% | - |
| HSV(B) | 286.77º | 0.74% | 0.67% | - |
| XYZ | 19.58 | 10.58 | 39.54 | - |
| YUV | 88.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 44 | 171 | 0.16 | 0.74 | 0 | 0.33 | 286.77 | 0.59 | 0.42 |
| Hex | 8F | 2C | AB | 10 | 4A | 0 | 21 | 11F | 3B | 2A |
| Octal | 217 | 54 | 253 | 20 | 112 | 0 | 41 | 437 | 73 | 52 |
| Binary | 10001111 | 101100 | 10101011 | 10000 | 1001010 | 0 | 100001 | 100011111 | 111011 | 101010 |
Color Harmonies of #8F2CAB
Complementary color
Monochromatic Colors of #8F2CAB
Black with #8F2CAB
Text Example
Text Example
White with #8F2CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2CAB; }
p { color: rgb(143,44,171); }
H1.HeaderClassName
{
color: #8F2CAB;
}
.AnyTagClassName
{
color: #8F2CAB;
}
</style>
background-color css
<style>
a { background-color: #8F2CAB; }
a { background-color: rgb(143,44,171); }
div.DivClassName
{
background-color: #8F2CAB;
}
.BgClassName
{
background-color: #8F2CAB;
}
</style>
border-color css
<style>
span { border-color: #8F2CAB; }
span { border-color: rgb(143,44,171); }
td.TdClassName
{
border-color: #8F2CAB;
}
.TagClassName
{
border-color: #8F2CAB;
}
</style>