Shades of Blue Violet #8D21F9
Tints of Blue Violet #8D21F9
RGB
CMYK
RGB Variations
Color information
#8D21F9 (or 0x8D21F9) is known color: Blue Violet. HEX triplet: 8D, 21 and F9. RGB value is (141,33,249). Sum of RGB (Red+Green+Blue) = 141+33+249=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D21F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D21F9 is #72DE06. Grayscale: #595959. Windows color (decimal): -7527943 or 16327053. OLE color: 16327053.
HSL color Cylindrical-coordinate representation of color #8D21F9: hue angle of 270º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D21F9 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 33 | 249 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.02 |
| HSL | 270º | 0.95% | 0.55% | - |
| HSV(B) | 270º | 0.87% | 0.98% | - |
| XYZ | 28.63 | 13.59 | 90.74 | - |
| YUV | 89.92 | 217.78 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 249 | 0.43 | 0.87 | 0 | 0.02 | 270 | 0.95 | 0.55 |
| Hex | 8D | 21 | F9 | 2B | 57 | 0 | 2 | 10E | 5F | 37 |
| Octal | 215 | 41 | 371 | 53 | 127 | 0 | 2 | 416 | 137 | 67 |
| Binary | 10001101 | 100001 | 11111001 | 101011 | 1010111 | 0 | 10 | 100001110 | 1011111 | 110111 |
Color Harmonies of #8D21F9
Complementary color
Monochromatic Colors of #8D21F9
Black with #8D21F9
Text Example
Text Example
White with #8D21F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D21F9; }
p { color: rgb(141,33,249); }
H1.HeaderClassName
{
color: #8D21F9;
}
.AnyTagClassName
{
color: #8D21F9;
}
</style>
background-color css
<style>
a { background-color: #8D21F9; }
a { background-color: rgb(141,33,249); }
div.DivClassName
{
background-color: #8D21F9;
}
.BgClassName
{
background-color: #8D21F9;
}
</style>
border-color css
<style>
span { border-color: #8D21F9; }
span { border-color: rgb(141,33,249); }
td.TdClassName
{
border-color: #8D21F9;
}
.TagClassName
{
border-color: #8D21F9;
}
</style>