Shades of Blue Violet #8A0FE7
Tints of Blue Violet #8A0FE7
RGB
CMYK
RGB Variations
Color information
#8A0FE7 (or 0x8A0FE7) is known color: Blue Violet. HEX triplet: 8A, 0F and E7. RGB value is (138,15,231). Sum of RGB (Red+Green+Blue) = 138+15+231=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 231 (90.62% from 255 or 60.16% from 384); Max value from RGB is 231 - color contains mainly: blue. Hex color #8A0FE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0FE7 is #75F018. Grayscale: #4B4B4B. Windows color (decimal): -7729177 or 15142794. OLE color: 15142794.
HSL color Cylindrical-coordinate representation of color #8A0FE7: hue angle of 274.17º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0FE7 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 15 | 231 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.09 |
| HSL | 274.17º | 0.88% | 0.48% | - |
| HSV(B) | 274.17º | 0.94% | 0.91% | - |
| XYZ | 25.08 | 11.51 | 76.5 | - |
| YUV | 76.4 | 215.25 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 15 | 231 | 0.40 | 0.94 | 0 | 0.09 | 274.17 | 0.88 | 0.48 |
| Hex | 8A | F | E7 | 28 | 5E | 0 | 9 | 112 | 58 | 30 |
| Octal | 212 | 17 | 347 | 50 | 136 | 0 | 11 | 422 | 130 | 60 |
| Binary | 10001010 | 1111 | 11100111 | 101000 | 1011110 | 0 | 1001 | 100010010 | 1011000 | 110000 |
Color Harmonies of #8A0FE7
Complementary color
Monochromatic Colors of #8A0FE7
Black with #8A0FE7
Text Example
Text Example
White with #8A0FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0FE7; }
p { color: rgb(138,15,231); }
H1.HeaderClassName
{
color: #8A0FE7;
}
.AnyTagClassName
{
color: #8A0FE7;
}
</style>
background-color css
<style>
a { background-color: #8A0FE7; }
a { background-color: rgb(138,15,231); }
div.DivClassName
{
background-color: #8A0FE7;
}
.BgClassName
{
background-color: #8A0FE7;
}
</style>
border-color css
<style>
span { border-color: #8A0FE7; }
span { border-color: rgb(138,15,231); }
td.TdClassName
{
border-color: #8A0FE7;
}
.TagClassName
{
border-color: #8A0FE7;
}
</style>