Shades of Blue Violet #8515E7
Tints of Blue Violet #8515E7
RGB
CMYK
RGB Variations
Color information
#8515E7 (or 0x8515E7) is known color: Blue Violet. HEX triplet: 85, 15 and E7. RGB value is (133,21,231). Sum of RGB (Red+Green+Blue) = 133+21+231=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 231 (90.62% from 255 or 60% from 385); Max value from RGB is 231 - color contains mainly: blue. Hex color #8515E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8515E7 is #7AEA18. Grayscale: #4D4D4D. Windows color (decimal): -8055321 or 15144325. OLE color: 15144325.
HSL color Cylindrical-coordinate representation of color #8515E7: hue angle of 272º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8515E7 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 21 | 231 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.09 |
| HSL | 272º | 0.83% | 0.49% | - |
| HSV(B) | 272º | 0.91% | 0.91% | - |
| XYZ | 24.36 | 11.29 | 76.5 | - |
| YUV | 78.43 | 214.11 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 231 | 0.42 | 0.91 | 0 | 0.09 | 272 | 0.83 | 0.49 |
| Hex | 85 | 15 | E7 | 2A | 5B | 0 | 9 | 110 | 53 | 31 |
| Octal | 205 | 25 | 347 | 52 | 133 | 0 | 11 | 420 | 123 | 61 |
| Binary | 10000101 | 10101 | 11100111 | 101010 | 1011011 | 0 | 1001 | 100010000 | 1010011 | 110001 |
Color Harmonies of #8515E7
Complementary color
Monochromatic Colors of #8515E7
Black with #8515E7
Text Example
Text Example
White with #8515E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8515E7; }
p { color: rgb(133,21,231); }
H1.HeaderClassName
{
color: #8515E7;
}
.AnyTagClassName
{
color: #8515E7;
}
</style>
background-color css
<style>
a { background-color: #8515E7; }
a { background-color: rgb(133,21,231); }
div.DivClassName
{
background-color: #8515E7;
}
.BgClassName
{
background-color: #8515E7;
}
</style>
border-color css
<style>
span { border-color: #8515E7; }
span { border-color: rgb(133,21,231); }
td.TdClassName
{
border-color: #8515E7;
}
.TagClassName
{
border-color: #8515E7;
}
</style>