Shades of Blue Violet #8B2FEF
Tints of Blue Violet #8B2FEF
RGB
CMYK
RGB Variations
Color information
#8B2FEF (or 0x8B2FEF) is known color: Blue Violet. HEX triplet: 8B, 2F and EF. RGB value is (139,47,239). Sum of RGB (Red+Green+Blue) = 139+47+239=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B2FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B2FEF is #74D010. Grayscale: #5F5F5F. Windows color (decimal): -7655441 or 15675275. OLE color: 15675275.
HSL color Cylindrical-coordinate representation of color #8B2FEF: hue angle of 268.75º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B2FEF is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 47 | 239 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.06 |
| HSL | 268.75º | 0.86% | 0.56% | - |
| HSV(B) | 268.75º | 0.8% | 0.94% | - |
| XYZ | 27.24 | 13.75 | 82.88 | - |
| YUV | 96.4 | 208.48 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 47 | 239 | 0.42 | 0.80 | 0 | 0.06 | 268.75 | 0.86 | 0.56 |
| Hex | 8B | 2F | EF | 2A | 50 | 0 | 6 | 10D | 56 | 38 |
| Octal | 213 | 57 | 357 | 52 | 120 | 0 | 6 | 415 | 126 | 70 |
| Binary | 10001011 | 101111 | 11101111 | 101010 | 1010000 | 0 | 110 | 100001101 | 1010110 | 111000 |
Color Harmonies of #8B2FEF
Complementary color
Monochromatic Colors of #8B2FEF
Black with #8B2FEF
Text Example
Text Example
White with #8B2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2FEF; }
p { color: rgb(139,47,239); }
H1.HeaderClassName
{
color: #8B2FEF;
}
.AnyTagClassName
{
color: #8B2FEF;
}
</style>
background-color css
<style>
a { background-color: #8B2FEF; }
a { background-color: rgb(139,47,239); }
div.DivClassName
{
background-color: #8B2FEF;
}
.BgClassName
{
background-color: #8B2FEF;
}
</style>
border-color css
<style>
span { border-color: #8B2FEF; }
span { border-color: rgb(139,47,239); }
td.TdClassName
{
border-color: #8B2FEF;
}
.TagClassName
{
border-color: #8B2FEF;
}
</style>