Shades of Blue Violet #8528FF
Tints of Blue Violet #8528FF
RGB
CMYK
RGB Variations
Color information
#8528FF (or 0x8528FF) is known color: Blue Violet. HEX triplet: 85, 28 and FF. RGB value is (133,40,255). Sum of RGB (Red+Green+Blue) = 133+40+255=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #8528FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8528FF is #7AD700. Grayscale: #5B5B5B. Windows color (decimal): -8050433 or 16722053. OLE color: 16722053.
HSL color Cylindrical-coordinate representation of color #8528FF: hue angle of 265.95º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8528FF is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 40 | 255 | - |
| CMYK | 0.48 | 0.84 | 0 | 0 |
| HSL | 265.95º | 1% | 0.58% | - |
| HSV(B) | 265.95º | 0.84% | 1% | - |
| XYZ | 28.48 | 13.72 | 95.76 | - |
| YUV | 92.32 | 219.81 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 255 | 0.48 | 0.84 | 0 | 0 | 265.95 | 1 | 0.58 |
| Hex | 85 | 28 | FF | 30 | 54 | 0 | 0 | 10A | 64 | 3A |
| Octal | 205 | 50 | 377 | 60 | 124 | 0 | 0 | 412 | 144 | 72 |
| Binary | 10000101 | 101000 | 11111111 | 110000 | 1010100 | 0 | 0 | 100001010 | 1100100 | 111010 |
Color Harmonies of #8528FF
Complementary color
Monochromatic Colors of #8528FF
Black with #8528FF
Text Example
Text Example
White with #8528FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8528FF; }
p { color: rgb(133,40,255); }
H1.HeaderClassName
{
color: #8528FF;
}
.AnyTagClassName
{
color: #8528FF;
}
</style>
background-color css
<style>
a { background-color: #8528FF; }
a { background-color: rgb(133,40,255); }
div.DivClassName
{
background-color: #8528FF;
}
.BgClassName
{
background-color: #8528FF;
}
</style>
border-color css
<style>
span { border-color: #8528FF; }
span { border-color: rgb(133,40,255); }
td.TdClassName
{
border-color: #8528FF;
}
.TagClassName
{
border-color: #8528FF;
}
</style>