Shades of Blue Violet #8B0FEE
Tints of Blue Violet #8B0FEE
RGB
CMYK
RGB Variations
Color information
#8B0FEE (or 0x8B0FEE) is known color: Blue Violet. HEX triplet: 8B, 0F and EE. RGB value is (139,15,238). Sum of RGB (Red+Green+Blue) = 139+15+238=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B0FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B0FEE is #74F011. Grayscale: #4C4C4C. Windows color (decimal): -7663634 or 15601547. OLE color: 15601547.
HSL color Cylindrical-coordinate representation of color #8B0FEE: hue angle of 273.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0FEE is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 15 | 238 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.07 |
| HSL | 273.36º | 0.88% | 0.5% | - |
| HSV(B) | 273.36º | 0.94% | 0.93% | - |
| XYZ | 26.25 | 12 | 81.82 | - |
| YUV | 77.5 | 218.58 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 15 | 238 | 0.42 | 0.94 | 0 | 0.07 | 273.36 | 0.88 | 0.5 |
| Hex | 8B | F | EE | 2A | 5E | 0 | 7 | 111 | 58 | 32 |
| Octal | 213 | 17 | 356 | 52 | 136 | 0 | 7 | 421 | 130 | 62 |
| Binary | 10001011 | 1111 | 11101110 | 101010 | 1011110 | 0 | 111 | 100010001 | 1011000 | 110010 |
Color Harmonies of #8B0FEE
Complementary color
Monochromatic Colors of #8B0FEE
Black with #8B0FEE
Text Example
Text Example
White with #8B0FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0FEE; }
p { color: rgb(139,15,238); }
H1.HeaderClassName
{
color: #8B0FEE;
}
.AnyTagClassName
{
color: #8B0FEE;
}
</style>
background-color css
<style>
a { background-color: #8B0FEE; }
a { background-color: rgb(139,15,238); }
div.DivClassName
{
background-color: #8B0FEE;
}
.BgClassName
{
background-color: #8B0FEE;
}
</style>
border-color css
<style>
span { border-color: #8B0FEE; }
span { border-color: rgb(139,15,238); }
td.TdClassName
{
border-color: #8B0FEE;
}
.TagClassName
{
border-color: #8B0FEE;
}
</style>