Shades of Blue Violet #8526FE
Tints of Blue Violet #8526FE
RGB
CMYK
RGB Variations
Color information
#8526FE (or 0x8526FE) is known color: Blue Violet. HEX triplet: 85, 26 and FE. RGB value is (133,38,254). Sum of RGB (Red+Green+Blue) = 133+38+254=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #8526FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8526FE is #7AD901. Grayscale: #5A5A5A. Windows color (decimal): -8050946 or 16656005. OLE color: 16656005.
HSL color Cylindrical-coordinate representation of color #8526FE: hue angle of 266.39º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8526FE is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 38 | 254 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.00 |
| HSL | 266.39º | 0.99% | 0.57% | - |
| HSV(B) | 266.39º | 0.85% | 1% | - |
| XYZ | 28.26 | 13.53 | 94.89 | - |
| YUV | 91.03 | 219.97 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 254 | 0.48 | 0.85 | 0 | 0.00 | 266.39 | 0.99 | 0.57 |
| Hex | 85 | 26 | FE | 30 | 55 | 0 | 0 | 10A | 63 | 39 |
| Octal | 205 | 46 | 376 | 60 | 125 | 0 | 0 | 412 | 143 | 71 |
| Binary | 10000101 | 100110 | 11111110 | 110000 | 1010101 | 0 | 0 | 100001010 | 1100011 | 111001 |
Color Harmonies of #8526FE
Complementary color
Monochromatic Colors of #8526FE
Black with #8526FE
Text Example
Text Example
White with #8526FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8526FE; }
p { color: rgb(133,38,254); }
H1.HeaderClassName
{
color: #8526FE;
}
.AnyTagClassName
{
color: #8526FE;
}
</style>
background-color css
<style>
a { background-color: #8526FE; }
a { background-color: rgb(133,38,254); }
div.DivClassName
{
background-color: #8526FE;
}
.BgClassName
{
background-color: #8526FE;
}
</style>
border-color css
<style>
span { border-color: #8526FE; }
span { border-color: rgb(133,38,254); }
td.TdClassName
{
border-color: #8526FE;
}
.TagClassName
{
border-color: #8526FE;
}
</style>