Shades of Blue Violet #8526FC
Tints of Blue Violet #8526FC
RGB
CMYK
RGB Variations
Color information
#8526FC (or 0x8526FC) is known color: Blue Violet. HEX triplet: 85, 26 and FC. RGB value is (133,38,252). Sum of RGB (Red+Green+Blue) = 133+38+252=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #8526FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8526FC is #7AD903. Grayscale: #5A5A5A. Windows color (decimal): -8050948 or 16524933. OLE color: 16524933.
HSL color Cylindrical-coordinate representation of color #8526FC: hue angle of 266.64º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8526FC is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 38 | 252 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.01 |
| HSL | 266.64º | 0.97% | 0.57% | - |
| HSV(B) | 266.64º | 0.85% | 0.99% | - |
| XYZ | 27.94 | 13.4 | 93.21 | - |
| YUV | 90.8 | 218.97 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 252 | 0.47 | 0.85 | 0 | 0.01 | 266.64 | 0.97 | 0.57 |
| Hex | 85 | 26 | FC | 2F | 55 | 0 | 1 | 10B | 61 | 39 |
| Octal | 205 | 46 | 374 | 57 | 125 | 0 | 1 | 413 | 141 | 71 |
| Binary | 10000101 | 100110 | 11111100 | 101111 | 1010101 | 0 | 1 | 100001011 | 1100001 | 111001 |
Color Harmonies of #8526FC
Complementary color
Monochromatic Colors of #8526FC
Black with #8526FC
Text Example
Text Example
White with #8526FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8526FC; }
p { color: rgb(133,38,252); }
H1.HeaderClassName
{
color: #8526FC;
}
.AnyTagClassName
{
color: #8526FC;
}
</style>
background-color css
<style>
a { background-color: #8526FC; }
a { background-color: rgb(133,38,252); }
div.DivClassName
{
background-color: #8526FC;
}
.BgClassName
{
background-color: #8526FC;
}
</style>
border-color css
<style>
span { border-color: #8526FC; }
span { border-color: rgb(133,38,252); }
td.TdClassName
{
border-color: #8526FC;
}
.TagClassName
{
border-color: #8526FC;
}
</style>