Shades of Blue Violet #8F2CDF
Tints of Blue Violet #8F2CDF
RGB
CMYK
RGB Variations
Color information
#8F2CDF (or 0x8F2CDF) is known color: Blue Violet. HEX triplet: 8F, 2C and DF. RGB value is (143,44,223). Sum of RGB (Red+Green+Blue) = 143+44+223=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F2CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2CDF is #70D320. Grayscale: #5D5D5D. Windows color (decimal): -7394081 or 14625935. OLE color: 14625935.
HSL color Cylindrical-coordinate representation of color #8F2CDF: hue angle of 273.18º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F2CDF is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 44 | 223 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.13 |
| HSL | 273.18º | 0.74% | 0.52% | - |
| HSV(B) | 273.18º | 0.8% | 0.87% | - |
| XYZ | 25.55 | 12.97 | 70.97 | - |
| YUV | 94.01 | 200.8 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 44 | 223 | 0.36 | 0.80 | 0 | 0.13 | 273.18 | 0.74 | 0.52 |
| Hex | 8F | 2C | DF | 24 | 50 | 0 | D | 111 | 4A | 34 |
| Octal | 217 | 54 | 337 | 44 | 120 | 0 | 15 | 421 | 112 | 64 |
| Binary | 10001111 | 101100 | 11011111 | 100100 | 1010000 | 0 | 1101 | 100010001 | 1001010 | 110100 |
Color Harmonies of #8F2CDF
Complementary color
Monochromatic Colors of #8F2CDF
Black with #8F2CDF
Text Example
Text Example
White with #8F2CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2CDF; }
p { color: rgb(143,44,223); }
H1.HeaderClassName
{
color: #8F2CDF;
}
.AnyTagClassName
{
color: #8F2CDF;
}
</style>
background-color css
<style>
a { background-color: #8F2CDF; }
a { background-color: rgb(143,44,223); }
div.DivClassName
{
background-color: #8F2CDF;
}
.BgClassName
{
background-color: #8F2CDF;
}
</style>
border-color css
<style>
span { border-color: #8F2CDF; }
span { border-color: rgb(143,44,223); }
td.TdClassName
{
border-color: #8F2CDF;
}
.TagClassName
{
border-color: #8F2CDF;
}
</style>