Shades of Blue Violet #8F1FDD
Tints of Blue Violet #8F1FDD
RGB
CMYK
RGB Variations
Color information
#8F1FDD (or 0x8F1FDD) is known color: Blue Violet. HEX triplet: 8F, 1F and DD. RGB value is (143,31,221). Sum of RGB (Red+Green+Blue) = 143+31+221=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F1FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1FDD is #70E022. Grayscale: #555555. Windows color (decimal): -7397411 or 14491535. OLE color: 14491535.
HSL color Cylindrical-coordinate representation of color #8F1FDD: hue angle of 275.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1FDD is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 31 | 221 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.13 |
| HSL | 275.37º | 0.75% | 0.49% | - |
| HSV(B) | 275.37º | 0.86% | 0.87% | - |
| XYZ | 24.87 | 12.04 | 69.42 | - |
| YUV | 86.15 | 204.11 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 31 | 221 | 0.35 | 0.86 | 0 | 0.13 | 275.37 | 0.75 | 0.49 |
| Hex | 8F | 1F | DD | 23 | 56 | 0 | D | 113 | 4B | 31 |
| Octal | 217 | 37 | 335 | 43 | 126 | 0 | 15 | 423 | 113 | 61 |
| Binary | 10001111 | 11111 | 11011101 | 100011 | 1010110 | 0 | 1101 | 100010011 | 1001011 | 110001 |
Color Harmonies of #8F1FDD
Complementary color
Monochromatic Colors of #8F1FDD
Black with #8F1FDD
Text Example
Text Example
White with #8F1FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1FDD; }
p { color: rgb(143,31,221); }
H1.HeaderClassName
{
color: #8F1FDD;
}
.AnyTagClassName
{
color: #8F1FDD;
}
</style>
background-color css
<style>
a { background-color: #8F1FDD; }
a { background-color: rgb(143,31,221); }
div.DivClassName
{
background-color: #8F1FDD;
}
.BgClassName
{
background-color: #8F1FDD;
}
</style>
border-color css
<style>
span { border-color: #8F1FDD; }
span { border-color: rgb(143,31,221); }
td.TdClassName
{
border-color: #8F1FDD;
}
.TagClassName
{
border-color: #8F1FDD;
}
</style>