Shades of Blue Violet #8F3BDF
Tints of Blue Violet #8F3BDF
RGB
CMYK
RGB Variations
Color information
#8F3BDF (or 0x8F3BDF) is known color: Blue Violet. HEX triplet: 8F, 3B and DF. RGB value is (143,59,223). Sum of RGB (Red+Green+Blue) = 143+59+223=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F3BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3BDF is #70C420. Grayscale: #666666. Windows color (decimal): -7390241 or 14629775. OLE color: 14629775.
HSL color Cylindrical-coordinate representation of color #8F3BDF: hue angle of 270.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F3BDF is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 59 | 223 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.13 |
| HSL | 270.73º | 0.72% | 0.55% | - |
| HSV(B) | 270.73º | 0.74% | 0.87% | - |
| XYZ | 26.21 | 14.3 | 71.19 | - |
| YUV | 102.81 | 195.83 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 59 | 223 | 0.36 | 0.74 | 0 | 0.13 | 270.73 | 0.72 | 0.55 |
| Hex | 8F | 3B | DF | 24 | 4A | 0 | D | 10F | 48 | 37 |
| Octal | 217 | 73 | 337 | 44 | 112 | 0 | 15 | 417 | 110 | 67 |
| Binary | 10001111 | 111011 | 11011111 | 100100 | 1001010 | 0 | 1101 | 100001111 | 1001000 | 110111 |
Color Harmonies of #8F3BDF
Complementary color
Monochromatic Colors of #8F3BDF
Black with #8F3BDF
Text Example
Text Example
White with #8F3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3BDF; }
p { color: rgb(143,59,223); }
H1.HeaderClassName
{
color: #8F3BDF;
}
.AnyTagClassName
{
color: #8F3BDF;
}
</style>
background-color css
<style>
a { background-color: #8F3BDF; }
a { background-color: rgb(143,59,223); }
div.DivClassName
{
background-color: #8F3BDF;
}
.BgClassName
{
background-color: #8F3BDF;
}
</style>
border-color css
<style>
span { border-color: #8F3BDF; }
span { border-color: rgb(143,59,223); }
td.TdClassName
{
border-color: #8F3BDF;
}
.TagClassName
{
border-color: #8F3BDF;
}
</style>