Shades of Blue Violet #8913DC
Tints of Blue Violet #8913DC
RGB
CMYK
RGB Variations
Color information
#8913DC (or 0x8913DC) is known color: Blue Violet. HEX triplet: 89, 13 and DC. RGB value is (137,19,220). Sum of RGB (Red+Green+Blue) = 137+19+220=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #8913DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8913DC is #76EC23. Grayscale: #4C4C4C. Windows color (decimal): -7793700 or 14422921. OLE color: 14422921.
HSL color Cylindrical-coordinate representation of color #8913DC: hue angle of 275.22º 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 #8913DC is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 19 | 220 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.14 |
| HSL | 275.22º | 0.84% | 0.47% | - |
| HSV(B) | 275.22º | 0.91% | 0.86% | - |
| XYZ | 23.47 | 10.95 | 68.59 | - |
| YUV | 77.2 | 208.59 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 220 | 0.38 | 0.91 | 0 | 0.14 | 275.22 | 0.84 | 0.47 |
| Hex | 89 | 13 | DC | 26 | 5B | 0 | E | 113 | 54 | 2F |
| Octal | 211 | 23 | 334 | 46 | 133 | 0 | 16 | 423 | 124 | 57 |
| Binary | 10001001 | 10011 | 11011100 | 100110 | 1011011 | 0 | 1110 | 100010011 | 1010100 | 101111 |
Color Harmonies of #8913DC
Complementary color
Monochromatic Colors of #8913DC
Black with #8913DC
Text Example
Text Example
White with #8913DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8913DC; }
p { color: rgb(137,19,220); }
H1.HeaderClassName
{
color: #8913DC;
}
.AnyTagClassName
{
color: #8913DC;
}
</style>
background-color css
<style>
a { background-color: #8913DC; }
a { background-color: rgb(137,19,220); }
div.DivClassName
{
background-color: #8913DC;
}
.BgClassName
{
background-color: #8913DC;
}
</style>
border-color css
<style>
span { border-color: #8913DC; }
span { border-color: rgb(137,19,220); }
td.TdClassName
{
border-color: #8913DC;
}
.TagClassName
{
border-color: #8913DC;
}
</style>