Shades of Dark Orchid #8129BA
Tints of Dark Orchid #8129BA
RGB
CMYK
RGB Variations
Color information
#8129BA (or 0x8129BA) is known color: Dark Orchid. HEX triplet: 81, 29 and BA. RGB value is (129,41,186). Sum of RGB (Red+Green+Blue) = 129+41+186=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #8129BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8129BA is #7ED645. Grayscale: #535353. Windows color (decimal): -8312390 or 12200321. OLE color: 12200321.
HSL color Cylindrical-coordinate representation of color #8129BA: hue angle of 276.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8129BA is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 41 | 186 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.27 |
| HSL | 276.41º | 0.64% | 0.45% | - |
| HSV(B) | 276.41º | 0.78% | 0.73% | - |
| XYZ | 18.71 | 9.8 | 47.36 | - |
| YUV | 83.84 | 185.65 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 186 | 0.31 | 0.78 | 0 | 0.27 | 276.41 | 0.64 | 0.45 |
| Hex | 81 | 29 | BA | 1F | 4E | 0 | 1B | 114 | 40 | 2D |
| Octal | 201 | 51 | 272 | 37 | 116 | 0 | 33 | 424 | 100 | 55 |
| Binary | 10000001 | 101001 | 10111010 | 11111 | 1001110 | 0 | 11011 | 100010100 | 1000000 | 101101 |
Color Harmonies of #8129BA
Complementary color
Monochromatic Colors of #8129BA
Black with #8129BA
Text Example
Text Example
White with #8129BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8129BA; }
p { color: rgb(129,41,186); }
H1.HeaderClassName
{
color: #8129BA;
}
.AnyTagClassName
{
color: #8129BA;
}
</style>
background-color css
<style>
a { background-color: #8129BA; }
a { background-color: rgb(129,41,186); }
div.DivClassName
{
background-color: #8129BA;
}
.BgClassName
{
background-color: #8129BA;
}
</style>
border-color css
<style>
span { border-color: #8129BA; }
span { border-color: rgb(129,41,186); }
td.TdClassName
{
border-color: #8129BA;
}
.TagClassName
{
border-color: #8129BA;
}
</style>