Shades of Blue Violet #8913DF
Tints of Blue Violet #8913DF
RGB
CMYK
RGB Variations
Color information
#8913DF (or 0x8913DF) is known color: Blue Violet. HEX triplet: 89, 13 and DF. RGB value is (137,19,223). Sum of RGB (Red+Green+Blue) = 137+19+223=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #8913DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8913DF is #76EC20. Grayscale: #4C4C4C. Windows color (decimal): -7793697 or 14619529. OLE color: 14619529.
HSL color Cylindrical-coordinate representation of color #8913DF: hue angle of 274.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8913DF is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 19 | 223 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.13 |
| HSL | 274.71º | 0.84% | 0.47% | - |
| HSV(B) | 274.71º | 0.91% | 0.87% | - |
| XYZ | 23.87 | 11.11 | 70.7 | - |
| YUV | 77.54 | 210.09 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 223 | 0.39 | 0.91 | 0 | 0.13 | 274.71 | 0.84 | 0.47 |
| Hex | 89 | 13 | DF | 27 | 5B | 0 | D | 113 | 54 | 2F |
| Octal | 211 | 23 | 337 | 47 | 133 | 0 | 15 | 423 | 124 | 57 |
| Binary | 10001001 | 10011 | 11011111 | 100111 | 1011011 | 0 | 1101 | 100010011 | 1010100 | 101111 |
Color Harmonies of #8913DF
Complementary color
Monochromatic Colors of #8913DF
Black with #8913DF
Text Example
Text Example
White with #8913DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8913DF; }
p { color: rgb(137,19,223); }
H1.HeaderClassName
{
color: #8913DF;
}
.AnyTagClassName
{
color: #8913DF;
}
</style>
background-color css
<style>
a { background-color: #8913DF; }
a { background-color: rgb(137,19,223); }
div.DivClassName
{
background-color: #8913DF;
}
.BgClassName
{
background-color: #8913DF;
}
</style>
border-color css
<style>
span { border-color: #8913DF; }
span { border-color: rgb(137,19,223); }
td.TdClassName
{
border-color: #8913DF;
}
.TagClassName
{
border-color: #8913DF;
}
</style>