Shades of Blue Violet #8538EF
Tints of Blue Violet #8538EF
RGB
CMYK
RGB Variations
Color information
#8538EF (or 0x8538EF) is known color: Blue Violet. HEX triplet: 85, 38 and EF. RGB value is (133,56,239). Sum of RGB (Red+Green+Blue) = 133+56+239=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #8538EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8538EF is #7AC710. Grayscale: #636363. Windows color (decimal): -8046353 or 15677573. OLE color: 15677573.
HSL color Cylindrical-coordinate representation of color #8538EF: hue angle of 265.25º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8538EF is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 56 | 239 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.06 |
| HSL | 265.25º | 0.85% | 0.58% | - |
| HSV(B) | 265.25º | 0.77% | 0.94% | - |
| XYZ | 26.67 | 14.05 | 82.97 | - |
| YUV | 99.89 | 206.51 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 239 | 0.44 | 0.77 | 0 | 0.06 | 265.25 | 0.85 | 0.58 |
| Hex | 85 | 38 | EF | 2C | 4D | 0 | 6 | 109 | 55 | 3A |
| Octal | 205 | 70 | 357 | 54 | 115 | 0 | 6 | 411 | 125 | 72 |
| Binary | 10000101 | 111000 | 11101111 | 101100 | 1001101 | 0 | 110 | 100001001 | 1010101 | 111010 |
Color Harmonies of #8538EF
Complementary color
Monochromatic Colors of #8538EF
Black with #8538EF
Text Example
Text Example
White with #8538EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8538EF; }
p { color: rgb(133,56,239); }
H1.HeaderClassName
{
color: #8538EF;
}
.AnyTagClassName
{
color: #8538EF;
}
</style>
background-color css
<style>
a { background-color: #8538EF; }
a { background-color: rgb(133,56,239); }
div.DivClassName
{
background-color: #8538EF;
}
.BgClassName
{
background-color: #8538EF;
}
</style>
border-color css
<style>
span { border-color: #8538EF; }
span { border-color: rgb(133,56,239); }
td.TdClassName
{
border-color: #8538EF;
}
.TagClassName
{
border-color: #8538EF;
}
</style>