Shades of Vivid Violet #8F2FAA
Tints of Vivid Violet #8F2FAA
RGB
CMYK
RGB Variations
Color information
#8F2FAA (or 0x8F2FAA) is known color: Vivid Violet. HEX triplet: 8F, 2F and AA. RGB value is (143,47,170). Sum of RGB (Red+Green+Blue) = 143+47+170=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F2FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2FAA is #70D055. Grayscale: #595959. Windows color (decimal): -7393366 or 11153295. OLE color: 11153295.
HSL color Cylindrical-coordinate representation of color #8F2FAA: hue angle of 286.83º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F2FAA is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 47 | 170 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.33 |
| HSL | 286.83º | 0.57% | 0.43% | - |
| HSV(B) | 286.83º | 0.72% | 0.67% | - |
| XYZ | 19.6 | 10.77 | 39.08 | - |
| YUV | 89.73 | 173.3 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 47 | 170 | 0.16 | 0.72 | 0 | 0.33 | 286.83 | 0.57 | 0.43 |
| Hex | 8F | 2F | AA | 10 | 48 | 0 | 21 | 11F | 39 | 2B |
| Octal | 217 | 57 | 252 | 20 | 110 | 0 | 41 | 437 | 71 | 53 |
| Binary | 10001111 | 101111 | 10101010 | 10000 | 1001000 | 0 | 100001 | 100011111 | 111001 | 101011 |
Color Harmonies of #8F2FAA
Complementary color
Monochromatic Colors of #8F2FAA
Black with #8F2FAA
Text Example
Text Example
White with #8F2FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2FAA; }
p { color: rgb(143,47,170); }
H1.HeaderClassName
{
color: #8F2FAA;
}
.AnyTagClassName
{
color: #8F2FAA;
}
</style>
background-color css
<style>
a { background-color: #8F2FAA; }
a { background-color: rgb(143,47,170); }
div.DivClassName
{
background-color: #8F2FAA;
}
.BgClassName
{
background-color: #8F2FAA;
}
</style>
border-color css
<style>
span { border-color: #8F2FAA; }
span { border-color: rgb(143,47,170); }
td.TdClassName
{
border-color: #8F2FAA;
}
.TagClassName
{
border-color: #8F2FAA;
}
</style>