Shades of Dark Violet #8915C1
Tints of Dark Violet #8915C1
RGB
CMYK
RGB Variations
Color information
#8915C1 (or 0x8915C1) is known color: Dark Violet. HEX triplet: 89, 15 and C1. RGB value is (137,21,193). Sum of RGB (Red+Green+Blue) = 137+21+193=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #8915C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915C1 is #76EA3E. Grayscale: #4A4A4A. Windows color (decimal): -7793215 or 12653961. OLE color: 12653961.
HSL color Cylindrical-coordinate representation of color #8915C1: hue angle of 280.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8915C1 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 21 | 193 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.24 |
| HSL | 280.47º | 0.8% | 0.42% | - |
| HSV(B) | 280.47º | 0.89% | 0.76% | - |
| XYZ | 20.21 | 9.7 | 51.26 | - |
| YUV | 75.29 | 194.43 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 193 | 0.29 | 0.89 | 0 | 0.24 | 280.47 | 0.8 | 0.42 |
| Hex | 89 | 15 | C1 | 1D | 59 | 0 | 18 | 118 | 50 | 2A |
| Octal | 211 | 25 | 301 | 35 | 131 | 0 | 30 | 430 | 120 | 52 |
| Binary | 10001001 | 10101 | 11000001 | 11101 | 1011001 | 0 | 11000 | 100011000 | 1010000 | 101010 |
Color Harmonies of #8915C1
Complementary color
Monochromatic Colors of #8915C1
Black with #8915C1
Text Example
Text Example
White with #8915C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8915C1; }
p { color: rgb(137,21,193); }
H1.HeaderClassName
{
color: #8915C1;
}
.AnyTagClassName
{
color: #8915C1;
}
</style>
background-color css
<style>
a { background-color: #8915C1; }
a { background-color: rgb(137,21,193); }
div.DivClassName
{
background-color: #8915C1;
}
.BgClassName
{
background-color: #8915C1;
}
</style>
border-color css
<style>
span { border-color: #8915C1; }
span { border-color: rgb(137,21,193); }
td.TdClassName
{
border-color: #8915C1;
}
.TagClassName
{
border-color: #8915C1;
}
</style>