Shades of Blue Violet #8737DC
Tints of Blue Violet #8737DC
RGB
CMYK
RGB Variations
Color information
#8737DC (or 0x8737DC) is known color: Blue Violet. HEX triplet: 87, 37 and DC. RGB value is (135,55,220). Sum of RGB (Red+Green+Blue) = 135+55+220=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #8737DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8737DC is #78C823. Grayscale: #616161. Windows color (decimal): -7915556 or 14432135. OLE color: 14432135.
HSL color Cylindrical-coordinate representation of color #8737DC: hue angle of 269.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8737DC is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 55 | 220 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.14 |
| HSL | 269.09º | 0.7% | 0.54% | - |
| HSV(B) | 269.09º | 0.75% | 0.86% | - |
| XYZ | 24.28 | 13.05 | 68.95 | - |
| YUV | 97.73 | 197 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 220 | 0.39 | 0.75 | 0 | 0.14 | 269.09 | 0.7 | 0.54 |
| Hex | 87 | 37 | DC | 27 | 4B | 0 | E | 10D | 46 | 36 |
| Octal | 207 | 67 | 334 | 47 | 113 | 0 | 16 | 415 | 106 | 66 |
| Binary | 10000111 | 110111 | 11011100 | 100111 | 1001011 | 0 | 1110 | 100001101 | 1000110 | 110110 |
Color Harmonies of #8737DC
Complementary color
Monochromatic Colors of #8737DC
Black with #8737DC
Text Example
Text Example
White with #8737DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8737DC; }
p { color: rgb(135,55,220); }
H1.HeaderClassName
{
color: #8737DC;
}
.AnyTagClassName
{
color: #8737DC;
}
</style>
background-color css
<style>
a { background-color: #8737DC; }
a { background-color: rgb(135,55,220); }
div.DivClassName
{
background-color: #8737DC;
}
.BgClassName
{
background-color: #8737DC;
}
</style>
border-color css
<style>
span { border-color: #8737DC; }
span { border-color: rgb(135,55,220); }
td.TdClassName
{
border-color: #8737DC;
}
.TagClassName
{
border-color: #8737DC;
}
</style>