Shades of Dark Violet #8915BB
Tints of Dark Violet #8915BB
RGB
CMYK
RGB Variations
Color information
#8915BB (or 0x8915BB) is known color: Dark Violet. HEX triplet: 89, 15 and BB. RGB value is (137,21,187). Sum of RGB (Red+Green+Blue) = 137+21+187=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #8915BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915BB is #76EA44. Grayscale: #4A4A4A. Windows color (decimal): -7793221 or 12260745. OLE color: 12260745.
HSL color Cylindrical-coordinate representation of color #8915BB: hue angle of 281.93º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8915BB is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 21 | 187 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.27 |
| HSL | 281.93º | 0.8% | 0.41% | - |
| HSV(B) | 281.93º | 0.89% | 0.73% | - |
| XYZ | 19.55 | 9.44 | 47.81 | - |
| YUV | 74.61 | 191.43 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 187 | 0.27 | 0.89 | 0 | 0.27 | 281.93 | 0.8 | 0.41 |
| Hex | 89 | 15 | BB | 1B | 59 | 0 | 1B | 11A | 50 | 29 |
| Octal | 211 | 25 | 273 | 33 | 131 | 0 | 33 | 432 | 120 | 51 |
| Binary | 10001001 | 10101 | 10111011 | 11011 | 1011001 | 0 | 11011 | 100011010 | 1010000 | 101001 |
Color Harmonies of #8915BB
Complementary color
Monochromatic Colors of #8915BB
Black with #8915BB
Text Example
Text Example
White with #8915BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8915BB; }
p { color: rgb(137,21,187); }
H1.HeaderClassName
{
color: #8915BB;
}
.AnyTagClassName
{
color: #8915BB;
}
</style>
background-color css
<style>
a { background-color: #8915BB; }
a { background-color: rgb(137,21,187); }
div.DivClassName
{
background-color: #8915BB;
}
.BgClassName
{
background-color: #8915BB;
}
</style>
border-color css
<style>
span { border-color: #8915BB; }
span { border-color: rgb(137,21,187); }
td.TdClassName
{
border-color: #8915BB;
}
.TagClassName
{
border-color: #8915BB;
}
</style>