Shades of Blue Violet #8748D9
Tints of Blue Violet #8748D9
RGB
CMYK
RGB Variations
Color information
#8748D9 (or 0x8748D9) is known color: Blue Violet. HEX triplet: 87, 48 and D9. RGB value is (135,72,217). Sum of RGB (Red+Green+Blue) = 135+72+217=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #8748D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8748D9 is #78B726. Grayscale: #6A6A6A. Windows color (decimal): -7911207 or 14239879. OLE color: 14239879.
HSL color Cylindrical-coordinate representation of color #8748D9: hue angle of 266.07º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8748D9 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 72 | 217 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.15 |
| HSL | 266.07º | 0.66% | 0.57% | - |
| HSV(B) | 266.07º | 0.67% | 0.85% | - |
| XYZ | 24.83 | 14.8 | 67.19 | - |
| YUV | 107.37 | 189.87 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 217 | 0.38 | 0.67 | 0 | 0.15 | 266.07 | 0.66 | 0.57 |
| Hex | 87 | 48 | D9 | 26 | 43 | 0 | F | 10A | 42 | 39 |
| Octal | 207 | 110 | 331 | 46 | 103 | 0 | 17 | 412 | 102 | 71 |
| Binary | 10000111 | 1001000 | 11011001 | 100110 | 1000011 | 0 | 1111 | 100001010 | 1000010 | 111001 |
Color Harmonies of #8748D9
Complementary color
Monochromatic Colors of #8748D9
Black with #8748D9
Text Example
Text Example
White with #8748D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8748D9; }
p { color: rgb(135,72,217); }
H1.HeaderClassName
{
color: #8748D9;
}
.AnyTagClassName
{
color: #8748D9;
}
</style>
background-color css
<style>
a { background-color: #8748D9; }
a { background-color: rgb(135,72,217); }
div.DivClassName
{
background-color: #8748D9;
}
.BgClassName
{
background-color: #8748D9;
}
</style>
border-color css
<style>
span { border-color: #8748D9; }
span { border-color: rgb(135,72,217); }
td.TdClassName
{
border-color: #8748D9;
}
.TagClassName
{
border-color: #8748D9;
}
</style>