Shades of Blue Violet #8B0CEF
Tints of Blue Violet #8B0CEF
RGB
CMYK
RGB Variations
Color information
#8B0CEF (or 0x8B0CEF) is known color: Blue Violet. HEX triplet: 8B, 0C and EF. RGB value is (139,12,239). Sum of RGB (Red+Green+Blue) = 139+12+239=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B0CEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B0CEF is #74F310. Grayscale: #4B4B4B. Windows color (decimal): -7664401 or 15666315. OLE color: 15666315.
HSL color Cylindrical-coordinate representation of color #8B0CEF: hue angle of 273.57º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0CEF is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 12 | 239 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.06 |
| HSL | 273.57º | 0.9% | 0.49% | - |
| HSV(B) | 273.57º | 0.95% | 0.94% | - |
| XYZ | 26.36 | 11.98 | 82.59 | - |
| YUV | 75.85 | 220.08 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 12 | 239 | 0.42 | 0.95 | 0 | 0.06 | 273.57 | 0.9 | 0.49 |
| Hex | 8B | C | EF | 2A | 5F | 0 | 6 | 112 | 5A | 31 |
| Octal | 213 | 14 | 357 | 52 | 137 | 0 | 6 | 422 | 132 | 61 |
| Binary | 10001011 | 1100 | 11101111 | 101010 | 1011111 | 0 | 110 | 100010010 | 1011010 | 110001 |
Color Harmonies of #8B0CEF
Complementary color
Monochromatic Colors of #8B0CEF
Black with #8B0CEF
Text Example
Text Example
White with #8B0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0CEF; }
p { color: rgb(139,12,239); }
H1.HeaderClassName
{
color: #8B0CEF;
}
.AnyTagClassName
{
color: #8B0CEF;
}
</style>
background-color css
<style>
a { background-color: #8B0CEF; }
a { background-color: rgb(139,12,239); }
div.DivClassName
{
background-color: #8B0CEF;
}
.BgClassName
{
background-color: #8B0CEF;
}
</style>
border-color css
<style>
span { border-color: #8B0CEF; }
span { border-color: rgb(139,12,239); }
td.TdClassName
{
border-color: #8B0CEF;
}
.TagClassName
{
border-color: #8B0CEF;
}
</style>