Shades of Blue Violet #8748D7
Tints of Blue Violet #8748D7
RGB
CMYK
RGB Variations
Color information
#8748D7 (or 0x8748D7) is known color: Blue Violet. HEX triplet: 87, 48 and D7. RGB value is (135,72,215). Sum of RGB (Red+Green+Blue) = 135+72+215=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #8748D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8748D7 is #78B728. Grayscale: #6A6A6A. Windows color (decimal): -7911209 or 14108807. OLE color: 14108807.
HSL color Cylindrical-coordinate representation of color #8748D7: hue angle of 266.43º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8748D7 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 72 | 215 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.16 |
| HSL | 266.43º | 0.64% | 0.56% | - |
| HSV(B) | 266.43º | 0.67% | 0.84% | - |
| XYZ | 24.57 | 14.69 | 65.83 | - |
| YUV | 107.14 | 188.87 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 215 | 0.37 | 0.67 | 0 | 0.16 | 266.43 | 0.64 | 0.56 |
| Hex | 87 | 48 | D7 | 25 | 43 | 0 | 10 | 10A | 40 | 38 |
| Octal | 207 | 110 | 327 | 45 | 103 | 0 | 20 | 412 | 100 | 70 |
| Binary | 10000111 | 1001000 | 11010111 | 100101 | 1000011 | 0 | 10000 | 100001010 | 1000000 | 111000 |
Color Harmonies of #8748D7
Complementary color
Monochromatic Colors of #8748D7
Black with #8748D7
Text Example
Text Example
White with #8748D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8748D7; }
p { color: rgb(135,72,215); }
H1.HeaderClassName
{
color: #8748D7;
}
.AnyTagClassName
{
color: #8748D7;
}
</style>
background-color css
<style>
a { background-color: #8748D7; }
a { background-color: rgb(135,72,215); }
div.DivClassName
{
background-color: #8748D7;
}
.BgClassName
{
background-color: #8748D7;
}
</style>
border-color css
<style>
span { border-color: #8748D7; }
span { border-color: rgb(135,72,215); }
td.TdClassName
{
border-color: #8748D7;
}
.TagClassName
{
border-color: #8748D7;
}
</style>