Shades of Blue Violet #8927DB
Tints of Blue Violet #8927DB
RGB
CMYK
RGB Variations
Color information
#8927DB (or 0x8927DB) is known color: Blue Violet. HEX triplet: 89, 27 and DB. RGB value is (137,39,219). Sum of RGB (Red+Green+Blue) = 137+39+219=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #8927DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8927DB is #76D824. Grayscale: #585858. Windows color (decimal): -7788581 or 14362505. OLE color: 14362505.
HSL color Cylindrical-coordinate representation of color #8927DB: hue angle of 272.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8927DB is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 39 | 219 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.14 |
| HSL | 272.67º | 0.71% | 0.51% | - |
| HSV(B) | 272.67º | 0.82% | 0.86% | - |
| XYZ | 23.83 | 11.88 | 68.06 | - |
| YUV | 88.82 | 201.47 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 39 | 219 | 0.37 | 0.82 | 0 | 0.14 | 272.67 | 0.71 | 0.51 |
| Hex | 89 | 27 | DB | 25 | 52 | 0 | E | 111 | 47 | 33 |
| Octal | 211 | 47 | 333 | 45 | 122 | 0 | 16 | 421 | 107 | 63 |
| Binary | 10001001 | 100111 | 11011011 | 100101 | 1010010 | 0 | 1110 | 100010001 | 1000111 | 110011 |
Color Harmonies of #8927DB
Complementary color
Monochromatic Colors of #8927DB
Black with #8927DB
Text Example
Text Example
White with #8927DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8927DB; }
p { color: rgb(137,39,219); }
H1.HeaderClassName
{
color: #8927DB;
}
.AnyTagClassName
{
color: #8927DB;
}
</style>
background-color css
<style>
a { background-color: #8927DB; }
a { background-color: rgb(137,39,219); }
div.DivClassName
{
background-color: #8927DB;
}
.BgClassName
{
background-color: #8927DB;
}
</style>
border-color css
<style>
span { border-color: #8927DB; }
span { border-color: rgb(137,39,219); }
td.TdClassName
{
border-color: #8927DB;
}
.TagClassName
{
border-color: #8927DB;
}
</style>