Shades of Blue Violet #8F43DD
Tints of Blue Violet #8F43DD
RGB
CMYK
RGB Variations
Color information
#8F43DD (or 0x8F43DD) is known color: Blue Violet. HEX triplet: 8F, 43 and DD. RGB value is (143,67,221). Sum of RGB (Red+Green+Blue) = 143+67+221=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F43DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F43DD is #70BC22. Grayscale: #6A6A6A. Windows color (decimal): -7388195 or 14500751. OLE color: 14500751.
HSL color Cylindrical-coordinate representation of color #8F43DD: hue angle of 269.61º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F43DD is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 67 | 221 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.13 |
| HSL | 269.61º | 0.69% | 0.56% | - |
| HSV(B) | 269.61º | 0.7% | 0.87% | - |
| XYZ | 26.39 | 15.07 | 69.93 | - |
| YUV | 107.28 | 192.18 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 67 | 221 | 0.35 | 0.70 | 0 | 0.13 | 269.61 | 0.69 | 0.56 |
| Hex | 8F | 43 | DD | 23 | 46 | 0 | D | 10E | 45 | 38 |
| Octal | 217 | 103 | 335 | 43 | 106 | 0 | 15 | 416 | 105 | 70 |
| Binary | 10001111 | 1000011 | 11011101 | 100011 | 1000110 | 0 | 1101 | 100001110 | 1000101 | 111000 |
Color Harmonies of #8F43DD
Complementary color
Monochromatic Colors of #8F43DD
Black with #8F43DD
Text Example
Text Example
White with #8F43DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F43DD; }
p { color: rgb(143,67,221); }
H1.HeaderClassName
{
color: #8F43DD;
}
.AnyTagClassName
{
color: #8F43DD;
}
</style>
background-color css
<style>
a { background-color: #8F43DD; }
a { background-color: rgb(143,67,221); }
div.DivClassName
{
background-color: #8F43DD;
}
.BgClassName
{
background-color: #8F43DD;
}
</style>
border-color css
<style>
span { border-color: #8F43DD; }
span { border-color: rgb(143,67,221); }
td.TdClassName
{
border-color: #8F43DD;
}
.TagClassName
{
border-color: #8F43DD;
}
</style>