Shades of Blue Violet #8F1DDF
Tints of Blue Violet #8F1DDF
RGB
CMYK
RGB Variations
Color information
#8F1DDF (or 0x8F1DDF) is known color: Blue Violet. HEX triplet: 8F, 1D and DF. RGB value is (143,29,223). Sum of RGB (Red+Green+Blue) = 143+29+223=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F1DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1DDF is #70E220. Grayscale: #545454. Windows color (decimal): -7397921 or 14622095. OLE color: 14622095.
HSL color Cylindrical-coordinate representation of color #8F1DDF: hue angle of 275.26º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1DDF is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 29 | 223 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.13 |
| HSL | 275.26º | 0.77% | 0.49% | - |
| HSV(B) | 275.26º | 0.87% | 0.87% | - |
| XYZ | 25.09 | 12.05 | 70.81 | - |
| YUV | 85.2 | 205.77 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 29 | 223 | 0.36 | 0.87 | 0 | 0.13 | 275.26 | 0.77 | 0.49 |
| Hex | 8F | 1D | DF | 24 | 57 | 0 | D | 113 | 4D | 31 |
| Octal | 217 | 35 | 337 | 44 | 127 | 0 | 15 | 423 | 115 | 61 |
| Binary | 10001111 | 11101 | 11011111 | 100100 | 1010111 | 0 | 1101 | 100010011 | 1001101 | 110001 |
Color Harmonies of #8F1DDF
Complementary color
Monochromatic Colors of #8F1DDF
Black with #8F1DDF
Text Example
Text Example
White with #8F1DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1DDF; }
p { color: rgb(143,29,223); }
H1.HeaderClassName
{
color: #8F1DDF;
}
.AnyTagClassName
{
color: #8F1DDF;
}
</style>
background-color css
<style>
a { background-color: #8F1DDF; }
a { background-color: rgb(143,29,223); }
div.DivClassName
{
background-color: #8F1DDF;
}
.BgClassName
{
background-color: #8F1DDF;
}
</style>
border-color css
<style>
span { border-color: #8F1DDF; }
span { border-color: rgb(143,29,223); }
td.TdClassName
{
border-color: #8F1DDF;
}
.TagClassName
{
border-color: #8F1DDF;
}
</style>