Shades of Dark Orchid #8122BD
Tints of Dark Orchid #8122BD
RGB
CMYK
RGB Variations
Color information
#8122BD (or 0x8122BD) is known color: Dark Orchid. HEX triplet: 81, 22 and BD. RGB value is (129,34,189). Sum of RGB (Red+Green+Blue) = 129+34+189=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #8122BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8122BD is #7EDD42. Grayscale: #4F4F4F. Windows color (decimal): -8314179 or 12395137. OLE color: 12395137.
HSL color Cylindrical-coordinate representation of color #8122BD: hue angle of 276.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8122BD is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 34 | 189 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.26 |
| HSL | 276.77º | 0.7% | 0.44% | - |
| HSV(B) | 276.77º | 0.82% | 0.74% | - |
| XYZ | 18.81 | 9.49 | 48.98 | - |
| YUV | 80.08 | 189.47 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 189 | 0.32 | 0.82 | 0 | 0.26 | 276.77 | 0.7 | 0.44 |
| Hex | 81 | 22 | BD | 20 | 52 | 0 | 1A | 115 | 46 | 2C |
| Octal | 201 | 42 | 275 | 40 | 122 | 0 | 32 | 425 | 106 | 54 |
| Binary | 10000001 | 100010 | 10111101 | 100000 | 1010010 | 0 | 11010 | 100010101 | 1000110 | 101100 |
Color Harmonies of #8122BD
Complementary color
Monochromatic Colors of #8122BD
Black with #8122BD
Text Example
Text Example
White with #8122BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8122BD; }
p { color: rgb(129,34,189); }
H1.HeaderClassName
{
color: #8122BD;
}
.AnyTagClassName
{
color: #8122BD;
}
</style>
background-color css
<style>
a { background-color: #8122BD; }
a { background-color: rgb(129,34,189); }
div.DivClassName
{
background-color: #8122BD;
}
.BgClassName
{
background-color: #8122BD;
}
</style>
border-color css
<style>
span { border-color: #8122BD; }
span { border-color: rgb(129,34,189); }
td.TdClassName
{
border-color: #8122BD;
}
.TagClassName
{
border-color: #8122BD;
}
</style>