Shades of Blue Violet #8537FA
Tints of Blue Violet #8537FA
RGB
CMYK
RGB Variations
Color information
#8537FA (or 0x8537FA) is known color: Blue Violet. HEX triplet: 85, 37 and FA. RGB value is (133,55,250). Sum of RGB (Red+Green+Blue) = 133+55+250=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #8537FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8537FA is #7AC805. Grayscale: #636363. Windows color (decimal): -8046598 or 16398213. OLE color: 16398213.
HSL color Cylindrical-coordinate representation of color #8537FA: hue angle of 264º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8537FA is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 55 | 250 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.02 |
| HSL | 264º | 0.95% | 0.6% | - |
| HSV(B) | 264º | 0.78% | 0.98% | - |
| XYZ | 28.29 | 14.62 | 91.77 | - |
| YUV | 100.55 | 212.34 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 250 | 0.47 | 0.78 | 0 | 0.02 | 264 | 0.95 | 0.6 |
| Hex | 85 | 37 | FA | 2F | 4E | 0 | 2 | 108 | 5F | 3C |
| Octal | 205 | 67 | 372 | 57 | 116 | 0 | 2 | 410 | 137 | 74 |
| Binary | 10000101 | 110111 | 11111010 | 101111 | 1001110 | 0 | 10 | 100001000 | 1011111 | 111100 |
Color Harmonies of #8537FA
Complementary color
Monochromatic Colors of #8537FA
Black with #8537FA
Text Example
Text Example
White with #8537FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8537FA; }
p { color: rgb(133,55,250); }
H1.HeaderClassName
{
color: #8537FA;
}
.AnyTagClassName
{
color: #8537FA;
}
</style>
background-color css
<style>
a { background-color: #8537FA; }
a { background-color: rgb(133,55,250); }
div.DivClassName
{
background-color: #8537FA;
}
.BgClassName
{
background-color: #8537FA;
}
</style>
border-color css
<style>
span { border-color: #8537FA; }
span { border-color: rgb(133,55,250); }
td.TdClassName
{
border-color: #8537FA;
}
.TagClassName
{
border-color: #8537FA;
}
</style>