Shades of Blue Violet #8740DC
Tints of Blue Violet #8740DC
RGB
CMYK
RGB Variations
Color information
#8740DC (or 0x8740DC) is known color: Blue Violet. HEX triplet: 87, 40 and DC. RGB value is (135,64,220). Sum of RGB (Red+Green+Blue) = 135+64+220=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #8740DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8740DC is #78BF23. Grayscale: #666666. Windows color (decimal): -7913252 or 14434439. OLE color: 14434439.
HSL color Cylindrical-coordinate representation of color #8740DC: hue angle of 267.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8740DC is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 64 | 220 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.14 |
| HSL | 267.31º | 0.69% | 0.56% | - |
| HSV(B) | 267.31º | 0.71% | 0.86% | - |
| XYZ | 24.74 | 13.99 | 69.11 | - |
| YUV | 103.01 | 194.02 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 220 | 0.39 | 0.71 | 0 | 0.14 | 267.31 | 0.69 | 0.56 |
| Hex | 87 | 40 | DC | 27 | 47 | 0 | E | 10B | 45 | 38 |
| Octal | 207 | 100 | 334 | 47 | 107 | 0 | 16 | 413 | 105 | 70 |
| Binary | 10000111 | 1000000 | 11011100 | 100111 | 1000111 | 0 | 1110 | 100001011 | 1000101 | 111000 |
Color Harmonies of #8740DC
Complementary color
Monochromatic Colors of #8740DC
Black with #8740DC
Text Example
Text Example
White with #8740DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8740DC; }
p { color: rgb(135,64,220); }
H1.HeaderClassName
{
color: #8740DC;
}
.AnyTagClassName
{
color: #8740DC;
}
</style>
background-color css
<style>
a { background-color: #8740DC; }
a { background-color: rgb(135,64,220); }
div.DivClassName
{
background-color: #8740DC;
}
.BgClassName
{
background-color: #8740DC;
}
</style>
border-color css
<style>
span { border-color: #8740DC; }
span { border-color: rgb(135,64,220); }
td.TdClassName
{
border-color: #8740DC;
}
.TagClassName
{
border-color: #8740DC;
}
</style>