Shades of Blue Violet #8748EF
Tints of Blue Violet #8748EF
RGB
CMYK
RGB Variations
Color information
#8748EF (or 0x8748EF) is known color: Blue Violet. HEX triplet: 87, 48 and EF. RGB value is (135,72,239). Sum of RGB (Red+Green+Blue) = 135+72+239=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #8748EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8748EF is #78B710. Grayscale: #6D6D6D. Windows color (decimal): -7911185 or 15681671. OLE color: 15681671.
HSL color Cylindrical-coordinate representation of color #8748EF: hue angle of 262.63º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8748EF is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 72 | 239 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.06 |
| HSL | 262.63º | 0.84% | 0.61% | - |
| HSV(B) | 262.63º | 0.7% | 0.94% | - |
| XYZ | 27.89 | 16.02 | 83.28 | - |
| YUV | 109.88 | 200.87 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 239 | 0.44 | 0.70 | 0 | 0.06 | 262.63 | 0.84 | 0.61 |
| Hex | 87 | 48 | EF | 2C | 46 | 0 | 6 | 107 | 54 | 3D |
| Octal | 207 | 110 | 357 | 54 | 106 | 0 | 6 | 407 | 124 | 75 |
| Binary | 10000111 | 1001000 | 11101111 | 101100 | 1000110 | 0 | 110 | 100000111 | 1010100 | 111101 |
Color Harmonies of #8748EF
Complementary color
Monochromatic Colors of #8748EF
Black with #8748EF
Text Example
Text Example
White with #8748EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8748EF; }
p { color: rgb(135,72,239); }
H1.HeaderClassName
{
color: #8748EF;
}
.AnyTagClassName
{
color: #8748EF;
}
</style>
background-color css
<style>
a { background-color: #8748EF; }
a { background-color: rgb(135,72,239); }
div.DivClassName
{
background-color: #8748EF;
}
.BgClassName
{
background-color: #8748EF;
}
</style>
border-color css
<style>
span { border-color: #8748EF; }
span { border-color: rgb(135,72,239); }
td.TdClassName
{
border-color: #8748EF;
}
.TagClassName
{
border-color: #8748EF;
}
</style>