Shades of Vivid Violet #8F2D90
Tints of Vivid Violet #8F2D90
RGB
CMYK
RGB Variations
Color information
#8F2D90 (or 0x8F2D90) is known color: Vivid Violet. HEX triplet: 8F, 2D and 90. RGB value is (143,45,144). Sum of RGB (Red+Green+Blue) = 143+45+144=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F2D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2D90 is #70D26F. Grayscale: #555555. Windows color (decimal): -7393904 or 9448847. OLE color: 9448847.
HSL color Cylindrical-coordinate representation of color #8F2D90: hue angle of 299.39º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F2D90 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 45 | 144 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.44 |
| HSL | 299.39º | 0.52% | 0.37% | - |
| HSV(B) | 299.39º | 0.69% | 0.56% | - |
| XYZ | 17.3 | 9.73 | 27.35 | - |
| YUV | 85.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 144 | 0.01 | 0.69 | 0 | 0.44 | 299.39 | 0.52 | 0.37 |
| Hex | 8F | 2D | 90 | 1 | 45 | 0 | 2C | 12B | 34 | 25 |
| Octal | 217 | 55 | 220 | 1 | 105 | 0 | 54 | 453 | 64 | 45 |
| Binary | 10001111 | 101101 | 10010000 | 1 | 1000101 | 0 | 101100 | 100101011 | 110100 | 100101 |
Color Harmonies of #8F2D90
Complementary color
Monochromatic Colors of #8F2D90
Black with #8F2D90
Text Example
Text Example
White with #8F2D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2D90; }
p { color: rgb(143,45,144); }
H1.HeaderClassName
{
color: #8F2D90;
}
.AnyTagClassName
{
color: #8F2D90;
}
</style>
background-color css
<style>
a { background-color: #8F2D90; }
a { background-color: rgb(143,45,144); }
div.DivClassName
{
background-color: #8F2D90;
}
.BgClassName
{
background-color: #8F2D90;
}
</style>
border-color css
<style>
span { border-color: #8F2D90; }
span { border-color: rgb(143,45,144); }
td.TdClassName
{
border-color: #8F2D90;
}
.TagClassName
{
border-color: #8F2D90;
}
</style>