Shades of Blue Violet #891FDD
Tints of Blue Violet #891FDD
RGB
CMYK
RGB Variations
Color information
#891FDD (or 0x891FDD) is known color: Blue Violet. HEX triplet: 89, 1F and DD. RGB value is (137,31,221). Sum of RGB (Red+Green+Blue) = 137+31+221=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #891FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891FDD is #76E022. Grayscale: #535353. Windows color (decimal): -7790627 or 14491529. OLE color: 14491529.
HSL color Cylindrical-coordinate representation of color #891FDD: hue angle of 273.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891FDD is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 31 | 221 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.13 |
| HSL | 273.47º | 0.75% | 0.49% | - |
| HSV(B) | 273.47º | 0.86% | 0.87% | - |
| XYZ | 23.86 | 11.52 | 69.37 | - |
| YUV | 84.35 | 205.12 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 31 | 221 | 0.38 | 0.86 | 0 | 0.13 | 273.47 | 0.75 | 0.49 |
| Hex | 89 | 1F | DD | 26 | 56 | 0 | D | 111 | 4B | 31 |
| Octal | 211 | 37 | 335 | 46 | 126 | 0 | 15 | 421 | 113 | 61 |
| Binary | 10001001 | 11111 | 11011101 | 100110 | 1010110 | 0 | 1101 | 100010001 | 1001011 | 110001 |
Color Harmonies of #891FDD
Complementary color
Monochromatic Colors of #891FDD
Black with #891FDD
Text Example
Text Example
White with #891FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891FDD; }
p { color: rgb(137,31,221); }
H1.HeaderClassName
{
color: #891FDD;
}
.AnyTagClassName
{
color: #891FDD;
}
</style>
background-color css
<style>
a { background-color: #891FDD; }
a { background-color: rgb(137,31,221); }
div.DivClassName
{
background-color: #891FDD;
}
.BgClassName
{
background-color: #891FDD;
}
</style>
border-color css
<style>
span { border-color: #891FDD; }
span { border-color: rgb(137,31,221); }
td.TdClassName
{
border-color: #891FDD;
}
.TagClassName
{
border-color: #891FDD;
}
</style>