Shades of Dark Violet #8915C6
Tints of Dark Violet #8915C6
RGB
CMYK
RGB Variations
Color information
#8915C6 (or 0x8915C6) is known color: Dark Violet. HEX triplet: 89, 15 and C6. RGB value is (137,21,198). Sum of RGB (Red+Green+Blue) = 137+21+198=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 198 (77.73% from 255 or 55.62% from 356); Max value from RGB is 198 - color contains mainly: blue. Hex color #8915C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915C6 is #76EA39. Grayscale: #4B4B4B. Windows color (decimal): -7793210 or 12981641. OLE color: 12981641.
HSL color Cylindrical-coordinate representation of color #8915C6: hue angle of 279.32º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8915C6 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 21 | 198 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.22 |
| HSL | 279.32º | 0.81% | 0.43% | - |
| HSV(B) | 279.32º | 0.89% | 0.78% | - |
| XYZ | 20.78 | 9.93 | 54.25 | - |
| YUV | 75.86 | 196.93 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 198 | 0.31 | 0.89 | 0 | 0.22 | 279.32 | 0.81 | 0.43 |
| Hex | 89 | 15 | C6 | 1F | 59 | 0 | 16 | 117 | 51 | 2B |
| Octal | 211 | 25 | 306 | 37 | 131 | 0 | 26 | 427 | 121 | 53 |
| Binary | 10001001 | 10101 | 11000110 | 11111 | 1011001 | 0 | 10110 | 100010111 | 1010001 | 101011 |
Color Harmonies of #8915C6
Complementary color
Monochromatic Colors of #8915C6
Black with #8915C6
Text Example
Text Example
White with #8915C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8915C6; }
p { color: rgb(137,21,198); }
H1.HeaderClassName
{
color: #8915C6;
}
.AnyTagClassName
{
color: #8915C6;
}
</style>
background-color css
<style>
a { background-color: #8915C6; }
a { background-color: rgb(137,21,198); }
div.DivClassName
{
background-color: #8915C6;
}
.BgClassName
{
background-color: #8915C6;
}
</style>
border-color css
<style>
span { border-color: #8915C6; }
span { border-color: rgb(137,21,198); }
td.TdClassName
{
border-color: #8915C6;
}
.TagClassName
{
border-color: #8915C6;
}
</style>