Shades of Blue Violet #8538FE
Tints of Blue Violet #8538FE
RGB
CMYK
RGB Variations
Color information
#8538FE (or 0x8538FE) is known color: Blue Violet. HEX triplet: 85, 38 and FE. RGB value is (133,56,254). Sum of RGB (Red+Green+Blue) = 133+56+254=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #8538FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8538FE is #7AC701. Grayscale: #646464. Windows color (decimal): -8046338 or 16660613. OLE color: 16660613.
HSL color Cylindrical-coordinate representation of color #8538FE: hue angle of 263.33º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8538FE is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 56 | 254 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.00 |
| HSL | 263.33º | 0.99% | 0.61% | - |
| HSV(B) | 263.33º | 0.78% | 1% | - |
| XYZ | 28.98 | 14.97 | 95.13 | - |
| YUV | 101.6 | 214.01 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 254 | 0.48 | 0.78 | 0 | 0.00 | 263.33 | 0.99 | 0.61 |
| Hex | 85 | 38 | FE | 30 | 4E | 0 | 0 | 107 | 63 | 3D |
| Octal | 205 | 70 | 376 | 60 | 116 | 0 | 0 | 407 | 143 | 75 |
| Binary | 10000101 | 111000 | 11111110 | 110000 | 1001110 | 0 | 0 | 100000111 | 1100011 | 111101 |
Color Harmonies of #8538FE
Complementary color
Monochromatic Colors of #8538FE
Black with #8538FE
Text Example
Text Example
White with #8538FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8538FE; }
p { color: rgb(133,56,254); }
H1.HeaderClassName
{
color: #8538FE;
}
.AnyTagClassName
{
color: #8538FE;
}
</style>
background-color css
<style>
a { background-color: #8538FE; }
a { background-color: rgb(133,56,254); }
div.DivClassName
{
background-color: #8538FE;
}
.BgClassName
{
background-color: #8538FE;
}
</style>
border-color css
<style>
span { border-color: #8538FE; }
span { border-color: rgb(133,56,254); }
td.TdClassName
{
border-color: #8538FE;
}
.TagClassName
{
border-color: #8538FE;
}
</style>