Shades of Dark Violet #8910C4
Tints of Dark Violet #8910C4
RGB
CMYK
RGB Variations
Color information
#8910C4 (or 0x8910C4) is known color: Dark Violet. HEX triplet: 89, 10 and C4. RGB value is (137,16,196). Sum of RGB (Red+Green+Blue) = 137+16+196=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 196 (76.95% from 255 or 56.16% from 349); Max value from RGB is 196 - color contains mainly: blue. Hex color #8910C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8910C4 is #76EF3B. Grayscale: #484848. Windows color (decimal): -7794492 or 12849289. OLE color: 12849289.
HSL color Cylindrical-coordinate representation of color #8910C4: hue angle of 280.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8910C4 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 16 | 196 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.23 |
| HSL | 280.33º | 0.85% | 0.42% | - |
| HSV(B) | 280.33º | 0.92% | 0.77% | - |
| XYZ | 20.47 | 9.67 | 53.01 | - |
| YUV | 72.7 | 197.59 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 196 | 0.30 | 0.92 | 0 | 0.23 | 280.33 | 0.85 | 0.42 |
| Hex | 89 | 10 | C4 | 1E | 5C | 0 | 17 | 118 | 55 | 2A |
| Octal | 211 | 20 | 304 | 36 | 134 | 0 | 27 | 430 | 125 | 52 |
| Binary | 10001001 | 10000 | 11000100 | 11110 | 1011100 | 0 | 10111 | 100011000 | 1010101 | 101010 |
Color Harmonies of #8910C4
Complementary color
Monochromatic Colors of #8910C4
Black with #8910C4
Text Example
Text Example
White with #8910C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8910C4; }
p { color: rgb(137,16,196); }
H1.HeaderClassName
{
color: #8910C4;
}
.AnyTagClassName
{
color: #8910C4;
}
</style>
background-color css
<style>
a { background-color: #8910C4; }
a { background-color: rgb(137,16,196); }
div.DivClassName
{
background-color: #8910C4;
}
.BgClassName
{
background-color: #8910C4;
}
</style>
border-color css
<style>
span { border-color: #8910C4; }
span { border-color: rgb(137,16,196); }
td.TdClassName
{
border-color: #8910C4;
}
.TagClassName
{
border-color: #8910C4;
}
</style>