Shades of Blue Violet #8915D8
Tints of Blue Violet #8915D8
RGB
CMYK
RGB Variations
Color information
#8915D8 (or 0x8915D8) is known color: Blue Violet. HEX triplet: 89, 15 and D8. RGB value is (137,21,216). Sum of RGB (Red+Green+Blue) = 137+21+216=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 216 (84.77% from 255 or 57.75% from 374); Max value from RGB is 216 - color contains mainly: blue. Hex color #8915D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915D8 is #76EA27. Grayscale: #4D4D4D. Windows color (decimal): -7793192 or 14161289. OLE color: 14161289.
HSL color Cylindrical-coordinate representation of color #8915D8: hue angle of 275.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8915D8 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 21 | 216 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.15 |
| HSL | 275.69º | 0.82% | 0.46% | - |
| HSV(B) | 275.69º | 0.9% | 0.85% | - |
| XYZ | 22.98 | 10.81 | 65.84 | - |
| YUV | 77.91 | 205.93 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 216 | 0.37 | 0.90 | 0 | 0.15 | 275.69 | 0.82 | 0.46 |
| Hex | 89 | 15 | D8 | 25 | 5A | 0 | F | 114 | 52 | 2E |
| Octal | 211 | 25 | 330 | 45 | 132 | 0 | 17 | 424 | 122 | 56 |
| Binary | 10001001 | 10101 | 11011000 | 100101 | 1011010 | 0 | 1111 | 100010100 | 1010010 | 101110 |
Color Harmonies of #8915D8
Complementary color
Monochromatic Colors of #8915D8
Black with #8915D8
Text Example
Text Example
White with #8915D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8915D8; }
p { color: rgb(137,21,216); }
H1.HeaderClassName
{
color: #8915D8;
}
.AnyTagClassName
{
color: #8915D8;
}
</style>
background-color css
<style>
a { background-color: #8915D8; }
a { background-color: rgb(137,21,216); }
div.DivClassName
{
background-color: #8915D8;
}
.BgClassName
{
background-color: #8915D8;
}
</style>
border-color css
<style>
span { border-color: #8915D8; }
span { border-color: rgb(137,21,216); }
td.TdClassName
{
border-color: #8915D8;
}
.TagClassName
{
border-color: #8915D8;
}
</style>