Shades of Blue Violet #8914DC
Tints of Blue Violet #8914DC
RGB
CMYK
RGB Variations
Color information
#8914DC (or 0x8914DC) is known color: Blue Violet. HEX triplet: 89, 14 and DC. RGB value is (137,20,220). Sum of RGB (Red+Green+Blue) = 137+20+220=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #8914DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8914DC is #76EB23. Grayscale: #4D4D4D. Windows color (decimal): -7793444 or 14423177. OLE color: 14423177.
HSL color Cylindrical-coordinate representation of color #8914DC: hue angle of 275.1º degrees, saturation: 0.83, 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 #8914DC is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 20 | 220 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.14 |
| HSL | 275.1º | 0.83% | 0.47% | - |
| HSV(B) | 275.1º | 0.91% | 0.86% | - |
| XYZ | 23.48 | 10.99 | 68.59 | - |
| YUV | 77.78 | 208.26 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 220 | 0.38 | 0.91 | 0 | 0.14 | 275.1 | 0.83 | 0.47 |
| Hex | 89 | 14 | DC | 26 | 5B | 0 | E | 113 | 53 | 2F |
| Octal | 211 | 24 | 334 | 46 | 133 | 0 | 16 | 423 | 123 | 57 |
| Binary | 10001001 | 10100 | 11011100 | 100110 | 1011011 | 0 | 1110 | 100010011 | 1010011 | 101111 |
Color Harmonies of #8914DC
Complementary color
Monochromatic Colors of #8914DC
Black with #8914DC
Text Example
Text Example
White with #8914DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8914DC; }
p { color: rgb(137,20,220); }
H1.HeaderClassName
{
color: #8914DC;
}
.AnyTagClassName
{
color: #8914DC;
}
</style>
background-color css
<style>
a { background-color: #8914DC; }
a { background-color: rgb(137,20,220); }
div.DivClassName
{
background-color: #8914DC;
}
.BgClassName
{
background-color: #8914DC;
}
</style>
border-color css
<style>
span { border-color: #8914DC; }
span { border-color: rgb(137,20,220); }
td.TdClassName
{
border-color: #8914DC;
}
.TagClassName
{
border-color: #8914DC;
}
</style>