Shades of Blue Violet #8B2AFA
Tints of Blue Violet #8B2AFA
RGB
CMYK
RGB Variations
Color information
#8B2AFA (or 0x8B2AFA) is known color: Blue Violet. HEX triplet: 8B, 2A and FA. RGB value is (139,42,250). Sum of RGB (Red+Green+Blue) = 139+42+250=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B2AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B2AFA is #74D505. Grayscale: #5D5D5D. Windows color (decimal): -7656710 or 16394891. OLE color: 16394891.
HSL color Cylindrical-coordinate representation of color #8B2AFA: hue angle of 267.98º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B2AFA is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 42 | 250 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.02 |
| HSL | 267.98º | 0.95% | 0.57% | - |
| HSV(B) | 267.98º | 0.83% | 0.98% | - |
| XYZ | 28.73 | 14.05 | 91.64 | - |
| YUV | 94.72 | 215.64 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 42 | 250 | 0.44 | 0.83 | 0 | 0.02 | 267.98 | 0.95 | 0.57 |
| Hex | 8B | 2A | FA | 2C | 53 | 0 | 2 | 10C | 5F | 39 |
| Octal | 213 | 52 | 372 | 54 | 123 | 0 | 2 | 414 | 137 | 71 |
| Binary | 10001011 | 101010 | 11111010 | 101100 | 1010011 | 0 | 10 | 100001100 | 1011111 | 111001 |
Color Harmonies of #8B2AFA
Complementary color
Monochromatic Colors of #8B2AFA
Black with #8B2AFA
Text Example
Text Example
White with #8B2AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2AFA; }
p { color: rgb(139,42,250); }
H1.HeaderClassName
{
color: #8B2AFA;
}
.AnyTagClassName
{
color: #8B2AFA;
}
</style>
background-color css
<style>
a { background-color: #8B2AFA; }
a { background-color: rgb(139,42,250); }
div.DivClassName
{
background-color: #8B2AFA;
}
.BgClassName
{
background-color: #8B2AFA;
}
</style>
border-color css
<style>
span { border-color: #8B2AFA; }
span { border-color: rgb(139,42,250); }
td.TdClassName
{
border-color: #8B2AFA;
}
.TagClassName
{
border-color: #8B2AFA;
}
</style>