Shades of Blue Violet #8B21F1
Tints of Blue Violet #8B21F1
RGB
CMYK
RGB Variations
Color information
#8B21F1 (or 0x8B21F1) is known color: Blue Violet. HEX triplet: 8B, 21 and F1. RGB value is (139,33,241). Sum of RGB (Red+Green+Blue) = 139+33+241=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 241 (94.53% from 255 or 58.35% from 413); Max value from RGB is 241 - color contains mainly: blue. Hex color #8B21F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B21F1 is #74DE0E. Grayscale: #575757. Windows color (decimal): -7659023 or 15802763. OLE color: 15802763.
HSL color Cylindrical-coordinate representation of color #8B21F1: hue angle of 270.58º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B21F1 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 33 | 241 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.05 |
| HSL | 270.58º | 0.88% | 0.54% | - |
| HSV(B) | 270.58º | 0.86% | 0.95% | - |
| XYZ | 27.07 | 12.93 | 84.29 | - |
| YUV | 88.41 | 214.12 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 33 | 241 | 0.42 | 0.86 | 0 | 0.05 | 270.58 | 0.88 | 0.54 |
| Hex | 8B | 21 | F1 | 2A | 56 | 0 | 5 | 10F | 58 | 36 |
| Octal | 213 | 41 | 361 | 52 | 126 | 0 | 5 | 417 | 130 | 66 |
| Binary | 10001011 | 100001 | 11110001 | 101010 | 1010110 | 0 | 101 | 100001111 | 1011000 | 110110 |
Color Harmonies of #8B21F1
Complementary color
Monochromatic Colors of #8B21F1
Black with #8B21F1
Text Example
Text Example
White with #8B21F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B21F1; }
p { color: rgb(139,33,241); }
H1.HeaderClassName
{
color: #8B21F1;
}
.AnyTagClassName
{
color: #8B21F1;
}
</style>
background-color css
<style>
a { background-color: #8B21F1; }
a { background-color: rgb(139,33,241); }
div.DivClassName
{
background-color: #8B21F1;
}
.BgClassName
{
background-color: #8B21F1;
}
</style>
border-color css
<style>
span { border-color: #8B21F1; }
span { border-color: rgb(139,33,241); }
td.TdClassName
{
border-color: #8B21F1;
}
.TagClassName
{
border-color: #8B21F1;
}
</style>