Shades of Blue Violet #8F2ADF
Tints of Blue Violet #8F2ADF
RGB
CMYK
RGB Variations
Color information
#8F2ADF (or 0x8F2ADF) is known color: Blue Violet. HEX triplet: 8F, 2A and DF. RGB value is (143,42,223). Sum of RGB (Red+Green+Blue) = 143+42+223=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F2ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2ADF is #70D520. Grayscale: #5C5C5C. Windows color (decimal): -7394593 or 14625423. OLE color: 14625423.
HSL color Cylindrical-coordinate representation of color #8F2ADF: hue angle of 273.48º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F2ADF is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 42 | 223 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.13 |
| HSL | 273.48º | 0.74% | 0.52% | - |
| HSV(B) | 273.48º | 0.81% | 0.87% | - |
| XYZ | 25.47 | 12.82 | 70.94 | - |
| YUV | 92.83 | 201.46 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 223 | 0.36 | 0.81 | 0 | 0.13 | 273.48 | 0.74 | 0.52 |
| Hex | 8F | 2A | DF | 24 | 51 | 0 | D | 111 | 4A | 34 |
| Octal | 217 | 52 | 337 | 44 | 121 | 0 | 15 | 421 | 112 | 64 |
| Binary | 10001111 | 101010 | 11011111 | 100100 | 1010001 | 0 | 1101 | 100010001 | 1001010 | 110100 |
Color Harmonies of #8F2ADF
Complementary color
Monochromatic Colors of #8F2ADF
Black with #8F2ADF
Text Example
Text Example
White with #8F2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2ADF; }
p { color: rgb(143,42,223); }
H1.HeaderClassName
{
color: #8F2ADF;
}
.AnyTagClassName
{
color: #8F2ADF;
}
</style>
background-color css
<style>
a { background-color: #8F2ADF; }
a { background-color: rgb(143,42,223); }
div.DivClassName
{
background-color: #8F2ADF;
}
.BgClassName
{
background-color: #8F2ADF;
}
</style>
border-color css
<style>
span { border-color: #8F2ADF; }
span { border-color: rgb(143,42,223); }
td.TdClassName
{
border-color: #8F2ADF;
}
.TagClassName
{
border-color: #8F2ADF;
}
</style>