Shades of Dark Orchid #8129BE
Tints of Dark Orchid #8129BE
RGB
CMYK
RGB Variations
Color information
#8129BE (or 0x8129BE) is known color: Dark Orchid. HEX triplet: 81, 29 and BE. RGB value is (129,41,190). Sum of RGB (Red+Green+Blue) = 129+41+190=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #8129BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8129BE is #7ED641. Grayscale: #535353. Windows color (decimal): -8312386 or 12462465. OLE color: 12462465.
HSL color Cylindrical-coordinate representation of color #8129BE: hue angle of 275.44º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8129BE is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 41 | 190 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.25 |
| HSL | 275.44º | 0.65% | 0.45% | - |
| HSV(B) | 275.44º | 0.78% | 0.75% | - |
| XYZ | 19.14 | 9.97 | 49.63 | - |
| YUV | 84.3 | 187.65 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 190 | 0.32 | 0.78 | 0 | 0.25 | 275.44 | 0.65 | 0.45 |
| Hex | 81 | 29 | BE | 20 | 4E | 0 | 19 | 113 | 41 | 2D |
| Octal | 201 | 51 | 276 | 40 | 116 | 0 | 31 | 423 | 101 | 55 |
| Binary | 10000001 | 101001 | 10111110 | 100000 | 1001110 | 0 | 11001 | 100010011 | 1000001 | 101101 |
Color Harmonies of #8129BE
Complementary color
Monochromatic Colors of #8129BE
Black with #8129BE
Text Example
Text Example
White with #8129BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8129BE; }
p { color: rgb(129,41,190); }
H1.HeaderClassName
{
color: #8129BE;
}
.AnyTagClassName
{
color: #8129BE;
}
</style>
background-color css
<style>
a { background-color: #8129BE; }
a { background-color: rgb(129,41,190); }
div.DivClassName
{
background-color: #8129BE;
}
.BgClassName
{
background-color: #8129BE;
}
</style>
border-color css
<style>
span { border-color: #8129BE; }
span { border-color: rgb(129,41,190); }
td.TdClassName
{
border-color: #8129BE;
}
.TagClassName
{
border-color: #8129BE;
}
</style>