Shades of Dark Orchid #8119C1
Tints of Dark Orchid #8119C1
RGB
CMYK
RGB Variations
Color information
#8119C1 (or 0x8119C1) is known color: Dark Orchid. HEX triplet: 81, 19 and C1. RGB value is (129,25,193). Sum of RGB (Red+Green+Blue) = 129+25+193=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 193 (75.78% from 255 or 55.62% from 347); Max value from RGB is 193 - color contains mainly: blue. Hex color #8119C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8119C1 is #7EE63E. Grayscale: #4A4A4A. Windows color (decimal): -8316479 or 12654977. OLE color: 12654977.
HSL color Cylindrical-coordinate representation of color #8119C1: hue angle of 277.14º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8119C1 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 25 | 193 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.24 |
| HSL | 277.14º | 0.77% | 0.43% | - |
| HSV(B) | 277.14º | 0.87% | 0.76% | - |
| XYZ | 19.03 | 9.21 | 51.23 | - |
| YUV | 75.25 | 194.46 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 193 | 0.33 | 0.87 | 0 | 0.24 | 277.14 | 0.77 | 0.43 |
| Hex | 81 | 19 | C1 | 21 | 57 | 0 | 18 | 115 | 4D | 2B |
| Octal | 201 | 31 | 301 | 41 | 127 | 0 | 30 | 425 | 115 | 53 |
| Binary | 10000001 | 11001 | 11000001 | 100001 | 1010111 | 0 | 11000 | 100010101 | 1001101 | 101011 |
Color Harmonies of #8119C1
Complementary color
Monochromatic Colors of #8119C1
Black with #8119C1
Text Example
Text Example
White with #8119C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8119C1; }
p { color: rgb(129,25,193); }
H1.HeaderClassName
{
color: #8119C1;
}
.AnyTagClassName
{
color: #8119C1;
}
</style>
background-color css
<style>
a { background-color: #8119C1; }
a { background-color: rgb(129,25,193); }
div.DivClassName
{
background-color: #8119C1;
}
.BgClassName
{
background-color: #8119C1;
}
</style>
border-color css
<style>
span { border-color: #8119C1; }
span { border-color: rgb(129,25,193); }
td.TdClassName
{
border-color: #8119C1;
}
.TagClassName
{
border-color: #8119C1;
}
</style>