Shades of Blue Violet #8713DC
Tints of Blue Violet #8713DC
RGB
CMYK
RGB Variations
Color information
#8713DC (or 0x8713DC) is known color: Blue Violet. HEX triplet: 87, 13 and DC. RGB value is (135,19,220). Sum of RGB (Red+Green+Blue) = 135+19+220=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #8713DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8713DC is #78EC23. Grayscale: #4B4B4B. Windows color (decimal): -7924772 or 14422919. OLE color: 14422919.
HSL color Cylindrical-coordinate representation of color #8713DC: hue angle of 274.63º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8713DC is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 19 | 220 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.14 |
| HSL | 274.63º | 0.84% | 0.47% | - |
| HSV(B) | 274.63º | 0.91% | 0.86% | - |
| XYZ | 23.14 | 10.78 | 68.57 | - |
| YUV | 76.6 | 208.93 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 220 | 0.39 | 0.91 | 0 | 0.14 | 274.63 | 0.84 | 0.47 |
| Hex | 87 | 13 | DC | 27 | 5B | 0 | E | 113 | 54 | 2F |
| Octal | 207 | 23 | 334 | 47 | 133 | 0 | 16 | 423 | 124 | 57 |
| Binary | 10000111 | 10011 | 11011100 | 100111 | 1011011 | 0 | 1110 | 100010011 | 1010100 | 101111 |
Color Harmonies of #8713DC
Complementary color
Monochromatic Colors of #8713DC
Black with #8713DC
Text Example
Text Example
White with #8713DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8713DC; }
p { color: rgb(135,19,220); }
H1.HeaderClassName
{
color: #8713DC;
}
.AnyTagClassName
{
color: #8713DC;
}
</style>
background-color css
<style>
a { background-color: #8713DC; }
a { background-color: rgb(135,19,220); }
div.DivClassName
{
background-color: #8713DC;
}
.BgClassName
{
background-color: #8713DC;
}
</style>
border-color css
<style>
span { border-color: #8713DC; }
span { border-color: rgb(135,19,220); }
td.TdClassName
{
border-color: #8713DC;
}
.TagClassName
{
border-color: #8713DC;
}
</style>