Shades of Dark Orchid #8121BD
Tints of Dark Orchid #8121BD
RGB
CMYK
RGB Variations
Color information
#8121BD (or 0x8121BD) is known color: Dark Orchid. HEX triplet: 81, 21 and BD. RGB value is (129,33,189). Sum of RGB (Red+Green+Blue) = 129+33+189=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #8121BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8121BD is #7EDE42. Grayscale: #4E4E4E. Windows color (decimal): -8314435 or 12394881. OLE color: 12394881.
HSL color Cylindrical-coordinate representation of color #8121BD: hue angle of 276.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8121BD is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 33 | 189 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.26 |
| HSL | 276.92º | 0.7% | 0.44% | - |
| HSV(B) | 276.92º | 0.83% | 0.74% | - |
| XYZ | 18.78 | 9.43 | 48.97 | - |
| YUV | 79.49 | 189.8 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 189 | 0.32 | 0.83 | 0 | 0.26 | 276.92 | 0.7 | 0.44 |
| Hex | 81 | 21 | BD | 20 | 53 | 0 | 1A | 115 | 46 | 2C |
| Octal | 201 | 41 | 275 | 40 | 123 | 0 | 32 | 425 | 106 | 54 |
| Binary | 10000001 | 100001 | 10111101 | 100000 | 1010011 | 0 | 11010 | 100010101 | 1000110 | 101100 |
Color Harmonies of #8121BD
Complementary color
Monochromatic Colors of #8121BD
Black with #8121BD
Text Example
Text Example
White with #8121BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8121BD; }
p { color: rgb(129,33,189); }
H1.HeaderClassName
{
color: #8121BD;
}
.AnyTagClassName
{
color: #8121BD;
}
</style>
background-color css
<style>
a { background-color: #8121BD; }
a { background-color: rgb(129,33,189); }
div.DivClassName
{
background-color: #8121BD;
}
.BgClassName
{
background-color: #8121BD;
}
</style>
border-color css
<style>
span { border-color: #8121BD; }
span { border-color: rgb(129,33,189); }
td.TdClassName
{
border-color: #8121BD;
}
.TagClassName
{
border-color: #8121BD;
}
</style>