Shades of Blue Violet #8B0AF6
Tints of Blue Violet #8B0AF6
RGB
CMYK
RGB Variations
Color information
#8B0AF6 (or 0x8B0AF6) is known color: Blue Violet. HEX triplet: 8B, 0A and F6. RGB value is (139,10,246). Sum of RGB (Red+Green+Blue) = 139+10+246=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 246 (96.48% from 255 or 62.28% from 395); Max value from RGB is 246 - color contains mainly: blue. Hex color #8B0AF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B0AF6 is #74F509. Grayscale: #4A4A4A. Windows color (decimal): -7664906 or 16124555. OLE color: 16124555.
HSL color Cylindrical-coordinate representation of color #8B0AF6: hue angle of 272.8º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0AF6 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 10 | 246 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.04 |
| HSL | 272.8º | 0.93% | 0.5% | - |
| HSV(B) | 272.8º | 0.96% | 0.96% | - |
| XYZ | 27.39 | 12.36 | 88.13 | - |
| YUV | 75.48 | 224.24 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 10 | 246 | 0.43 | 0.96 | 0 | 0.04 | 272.8 | 0.93 | 0.5 |
| Hex | 8B | A | F6 | 2B | 60 | 0 | 4 | 111 | 5D | 32 |
| Octal | 213 | 12 | 366 | 53 | 140 | 0 | 4 | 421 | 135 | 62 |
| Binary | 10001011 | 1010 | 11110110 | 101011 | 1100000 | 0 | 100 | 100010001 | 1011101 | 110010 |
Color Harmonies of #8B0AF6
Complementary color
Monochromatic Colors of #8B0AF6
Black with #8B0AF6
Text Example
Text Example
White with #8B0AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0AF6; }
p { color: rgb(139,10,246); }
H1.HeaderClassName
{
color: #8B0AF6;
}
.AnyTagClassName
{
color: #8B0AF6;
}
</style>
background-color css
<style>
a { background-color: #8B0AF6; }
a { background-color: rgb(139,10,246); }
div.DivClassName
{
background-color: #8B0AF6;
}
.BgClassName
{
background-color: #8B0AF6;
}
</style>
border-color css
<style>
span { border-color: #8B0AF6; }
span { border-color: rgb(139,10,246); }
td.TdClassName
{
border-color: #8B0AF6;
}
.TagClassName
{
border-color: #8B0AF6;
}
</style>