Shades of Dark Orchid #8122BC
Tints of Dark Orchid #8122BC
RGB
CMYK
RGB Variations
Color information
#8122BC (or 0x8122BC) is known color: Dark Orchid. HEX triplet: 81, 22 and BC. RGB value is (129,34,188). Sum of RGB (Red+Green+Blue) = 129+34+188=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #8122BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8122BC is #7EDD43. Grayscale: #4F4F4F. Windows color (decimal): -8314180 or 12329601. OLE color: 12329601.
HSL color Cylindrical-coordinate representation of color #8122BC: hue angle of 277.01º degrees, saturation: 0.69, 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 #8122BC is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 34 | 188 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.26 |
| HSL | 277.01º | 0.69% | 0.44% | - |
| HSV(B) | 277.01º | 0.82% | 0.74% | - |
| XYZ | 18.7 | 9.44 | 48.41 | - |
| YUV | 79.96 | 188.97 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 188 | 0.31 | 0.82 | 0 | 0.26 | 277.01 | 0.69 | 0.44 |
| Hex | 81 | 22 | BC | 1F | 52 | 0 | 1A | 115 | 45 | 2C |
| Octal | 201 | 42 | 274 | 37 | 122 | 0 | 32 | 425 | 105 | 54 |
| Binary | 10000001 | 100010 | 10111100 | 11111 | 1010010 | 0 | 11010 | 100010101 | 1000101 | 101100 |
Color Harmonies of #8122BC
Complementary color
Monochromatic Colors of #8122BC
Black with #8122BC
Text Example
Text Example
White with #8122BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8122BC; }
p { color: rgb(129,34,188); }
H1.HeaderClassName
{
color: #8122BC;
}
.AnyTagClassName
{
color: #8122BC;
}
</style>
background-color css
<style>
a { background-color: #8122BC; }
a { background-color: rgb(129,34,188); }
div.DivClassName
{
background-color: #8122BC;
}
.BgClassName
{
background-color: #8122BC;
}
</style>
border-color css
<style>
span { border-color: #8122BC; }
span { border-color: rgb(129,34,188); }
td.TdClassName
{
border-color: #8122BC;
}
.TagClassName
{
border-color: #8122BC;
}
</style>