Shades of Blue Violet #8526EA
Tints of Blue Violet #8526EA
RGB
CMYK
RGB Variations
Color information
#8526EA (or 0x8526EA) is known color: Blue Violet. HEX triplet: 85, 26 and EA. RGB value is (133,38,234). Sum of RGB (Red+Green+Blue) = 133+38+234=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #8526EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8526EA is #7AD915. Grayscale: #585858. Windows color (decimal): -8050966 or 15345285. OLE color: 15345285.
HSL color Cylindrical-coordinate representation of color #8526EA: hue angle of 269.08º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8526EA is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 38 | 234 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.08 |
| HSL | 269.08º | 0.82% | 0.53% | - |
| HSV(B) | 269.08º | 0.84% | 0.92% | - |
| XYZ | 25.22 | 12.31 | 78.89 | - |
| YUV | 88.75 | 209.97 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 234 | 0.43 | 0.84 | 0 | 0.08 | 269.08 | 0.82 | 0.53 |
| Hex | 85 | 26 | EA | 2B | 54 | 0 | 8 | 10D | 52 | 35 |
| Octal | 205 | 46 | 352 | 53 | 124 | 0 | 10 | 415 | 122 | 65 |
| Binary | 10000101 | 100110 | 11101010 | 101011 | 1010100 | 0 | 1000 | 100001101 | 1010010 | 110101 |
Color Harmonies of #8526EA
Complementary color
Monochromatic Colors of #8526EA
Black with #8526EA
Text Example
Text Example
White with #8526EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8526EA; }
p { color: rgb(133,38,234); }
H1.HeaderClassName
{
color: #8526EA;
}
.AnyTagClassName
{
color: #8526EA;
}
</style>
background-color css
<style>
a { background-color: #8526EA; }
a { background-color: rgb(133,38,234); }
div.DivClassName
{
background-color: #8526EA;
}
.BgClassName
{
background-color: #8526EA;
}
</style>
border-color css
<style>
span { border-color: #8526EA; }
span { border-color: rgb(133,38,234); }
td.TdClassName
{
border-color: #8526EA;
}
.TagClassName
{
border-color: #8526EA;
}
</style>