Shades of Blue Violet #8528FA
Tints of Blue Violet #8528FA
RGB
CMYK
RGB Variations
Color information
#8528FA (or 0x8528FA) is known color: Blue Violet. HEX triplet: 85, 28 and FA. RGB value is (133,40,250). Sum of RGB (Red+Green+Blue) = 133+40+250=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #8528FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8528FA is #7AD705. Grayscale: #5B5B5B. Windows color (decimal): -8050438 or 16394373. OLE color: 16394373.
HSL color Cylindrical-coordinate representation of color #8528FA: hue angle of 266.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8528FA is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 40 | 250 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.02 |
| HSL | 266.57º | 0.95% | 0.57% | - |
| HSV(B) | 266.57º | 0.84% | 0.98% | - |
| XYZ | 27.69 | 13.41 | 91.57 | - |
| YUV | 91.75 | 217.31 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 250 | 0.47 | 0.84 | 0 | 0.02 | 266.57 | 0.95 | 0.57 |
| Hex | 85 | 28 | FA | 2F | 54 | 0 | 2 | 10B | 5F | 39 |
| Octal | 205 | 50 | 372 | 57 | 124 | 0 | 2 | 413 | 137 | 71 |
| Binary | 10000101 | 101000 | 11111010 | 101111 | 1010100 | 0 | 10 | 100001011 | 1011111 | 111001 |
Color Harmonies of #8528FA
Complementary color
Monochromatic Colors of #8528FA
Black with #8528FA
Text Example
Text Example
White with #8528FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8528FA; }
p { color: rgb(133,40,250); }
H1.HeaderClassName
{
color: #8528FA;
}
.AnyTagClassName
{
color: #8528FA;
}
</style>
background-color css
<style>
a { background-color: #8528FA; }
a { background-color: rgb(133,40,250); }
div.DivClassName
{
background-color: #8528FA;
}
.BgClassName
{
background-color: #8528FA;
}
</style>
border-color css
<style>
span { border-color: #8528FA; }
span { border-color: rgb(133,40,250); }
td.TdClassName
{
border-color: #8528FA;
}
.TagClassName
{
border-color: #8528FA;
}
</style>