Shades of Blue Violet #8748DC
Tints of Blue Violet #8748DC
RGB
CMYK
RGB Variations
Color information
#8748DC (or 0x8748DC) is known color: Blue Violet. HEX triplet: 87, 48 and DC. RGB value is (135,72,220). Sum of RGB (Red+Green+Blue) = 135+72+220=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #8748DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8748DC is #78B723. Grayscale: #6B6B6B. Windows color (decimal): -7911204 or 14436487. OLE color: 14436487.
HSL color Cylindrical-coordinate representation of color #8748DC: hue angle of 265.54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8748DC is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 72 | 220 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.14 |
| HSL | 265.54º | 0.68% | 0.57% | - |
| HSV(B) | 265.54º | 0.67% | 0.86% | - |
| XYZ | 25.23 | 14.95 | 69.27 | - |
| YUV | 107.71 | 191.37 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 220 | 0.39 | 0.67 | 0 | 0.14 | 265.54 | 0.68 | 0.57 |
| Hex | 87 | 48 | DC | 27 | 43 | 0 | E | 10A | 44 | 39 |
| Octal | 207 | 110 | 334 | 47 | 103 | 0 | 16 | 412 | 104 | 71 |
| Binary | 10000111 | 1001000 | 11011100 | 100111 | 1000011 | 0 | 1110 | 100001010 | 1000100 | 111001 |
Color Harmonies of #8748DC
Complementary color
Monochromatic Colors of #8748DC
Black with #8748DC
Text Example
Text Example
White with #8748DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8748DC; }
p { color: rgb(135,72,220); }
H1.HeaderClassName
{
color: #8748DC;
}
.AnyTagClassName
{
color: #8748DC;
}
</style>
background-color css
<style>
a { background-color: #8748DC; }
a { background-color: rgb(135,72,220); }
div.DivClassName
{
background-color: #8748DC;
}
.BgClassName
{
background-color: #8748DC;
}
</style>
border-color css
<style>
span { border-color: #8748DC; }
span { border-color: rgb(135,72,220); }
td.TdClassName
{
border-color: #8748DC;
}
.TagClassName
{
border-color: #8748DC;
}
</style>