Shades of Dark Orchid #8123C1
Tints of Dark Orchid #8123C1
RGB
CMYK
RGB Variations
Color information
#8123C1 (or 0x8123C1) is known color: Dark Orchid. HEX triplet: 81, 23 and C1. RGB value is (129,35,193). Sum of RGB (Red+Green+Blue) = 129+35+193=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #8123C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8123C1 is #7EDC3E. Grayscale: #505050. Windows color (decimal): -8313919 or 12657537. OLE color: 12657537.
HSL color Cylindrical-coordinate representation of color #8123C1: hue angle of 275.7º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8123C1 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 35 | 193 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.24 |
| HSL | 275.7º | 0.69% | 0.45% | - |
| HSV(B) | 275.7º | 0.82% | 0.76% | - |
| XYZ | 19.28 | 9.72 | 51.31 | - |
| YUV | 81.12 | 191.14 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 35 | 193 | 0.33 | 0.82 | 0 | 0.24 | 275.7 | 0.69 | 0.45 |
| Hex | 81 | 23 | C1 | 21 | 52 | 0 | 18 | 114 | 45 | 2D |
| Octal | 201 | 43 | 301 | 41 | 122 | 0 | 30 | 424 | 105 | 55 |
| Binary | 10000001 | 100011 | 11000001 | 100001 | 1010010 | 0 | 11000 | 100010100 | 1000101 | 101101 |
Color Harmonies of #8123C1
Complementary color
Monochromatic Colors of #8123C1
Black with #8123C1
Text Example
Text Example
White with #8123C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8123C1; }
p { color: rgb(129,35,193); }
H1.HeaderClassName
{
color: #8123C1;
}
.AnyTagClassName
{
color: #8123C1;
}
</style>
background-color css
<style>
a { background-color: #8123C1; }
a { background-color: rgb(129,35,193); }
div.DivClassName
{
background-color: #8123C1;
}
.BgClassName
{
background-color: #8123C1;
}
</style>
border-color css
<style>
span { border-color: #8123C1; }
span { border-color: rgb(129,35,193); }
td.TdClassName
{
border-color: #8123C1;
}
.TagClassName
{
border-color: #8123C1;
}
</style>