Shades of Blue Violet #8538FF
Tints of Blue Violet #8538FF
RGB
CMYK
RGB Variations
Color information
#8538FF (or 0x8538FF) is known color: Blue Violet. HEX triplet: 85, 38 and FF. RGB value is (133,56,255). Sum of RGB (Red+Green+Blue) = 133+56+255=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #8538FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8538FF is #7AC700. Grayscale: #646464. Windows color (decimal): -8046337 or 16726149. OLE color: 16726149.
HSL color Cylindrical-coordinate representation of color #8538FF: hue angle of 263.22º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8538FF is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 56 | 255 | - |
| CMYK | 0.48 | 0.78 | 0 | 0 |
| HSL | 263.22º | 1% | 0.61% | - |
| HSV(B) | 263.22º | 0.78% | 1% | - |
| XYZ | 29.14 | 15.03 | 95.97 | - |
| YUV | 101.71 | 214.51 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 255 | 0.48 | 0.78 | 0 | 0 | 263.22 | 1 | 0.61 |
| Hex | 85 | 38 | FF | 30 | 4E | 0 | 0 | 107 | 64 | 3D |
| Octal | 205 | 70 | 377 | 60 | 116 | 0 | 0 | 407 | 144 | 75 |
| Binary | 10000101 | 111000 | 11111111 | 110000 | 1001110 | 0 | 0 | 100000111 | 1100100 | 111101 |
Color Harmonies of #8538FF
Complementary color
Monochromatic Colors of #8538FF
Black with #8538FF
Text Example
Text Example
White with #8538FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8538FF; }
p { color: rgb(133,56,255); }
H1.HeaderClassName
{
color: #8538FF;
}
.AnyTagClassName
{
color: #8538FF;
}
</style>
background-color css
<style>
a { background-color: #8538FF; }
a { background-color: rgb(133,56,255); }
div.DivClassName
{
background-color: #8538FF;
}
.BgClassName
{
background-color: #8538FF;
}
</style>
border-color css
<style>
span { border-color: #8538FF; }
span { border-color: rgb(133,56,255); }
td.TdClassName
{
border-color: #8538FF;
}
.TagClassName
{
border-color: #8538FF;
}
</style>