Shades of Blue Violet #8914DD
Tints of Blue Violet #8914DD
RGB
CMYK
RGB Variations
Color information
#8914DD (or 0x8914DD) is known color: Blue Violet. HEX triplet: 89, 14 and DD. RGB value is (137,20,221). Sum of RGB (Red+Green+Blue) = 137+20+221=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #8914DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8914DD is #76EB22. Grayscale: #4D4D4D. Windows color (decimal): -7793443 or 14488713. OLE color: 14488713.
HSL color Cylindrical-coordinate representation of color #8914DD: hue angle of 274.93º degrees, saturation: 0.83, 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 #8914DD is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 20 | 221 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.13 |
| HSL | 274.93º | 0.83% | 0.47% | - |
| HSV(B) | 274.93º | 0.91% | 0.87% | - |
| XYZ | 23.62 | 11.04 | 69.29 | - |
| YUV | 77.9 | 208.76 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 221 | 0.38 | 0.91 | 0 | 0.13 | 274.93 | 0.83 | 0.47 |
| Hex | 89 | 14 | DD | 26 | 5B | 0 | D | 113 | 53 | 2F |
| Octal | 211 | 24 | 335 | 46 | 133 | 0 | 15 | 423 | 123 | 57 |
| Binary | 10001001 | 10100 | 11011101 | 100110 | 1011011 | 0 | 1101 | 100010011 | 1010011 | 101111 |
Color Harmonies of #8914DD
Complementary color
Monochromatic Colors of #8914DD
Black with #8914DD
Text Example
Text Example
White with #8914DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8914DD; }
p { color: rgb(137,20,221); }
H1.HeaderClassName
{
color: #8914DD;
}
.AnyTagClassName
{
color: #8914DD;
}
</style>
background-color css
<style>
a { background-color: #8914DD; }
a { background-color: rgb(137,20,221); }
div.DivClassName
{
background-color: #8914DD;
}
.BgClassName
{
background-color: #8914DD;
}
</style>
border-color css
<style>
span { border-color: #8914DD; }
span { border-color: rgb(137,20,221); }
td.TdClassName
{
border-color: #8914DD;
}
.TagClassName
{
border-color: #8914DD;
}
</style>