Shades of Dark Orchid #8029BA
Tints of Dark Orchid #8029BA
RGB
CMYK
RGB Variations
Color information
#8029BA (or 0x8029BA) is known color: Dark Orchid. HEX triplet: 80, 29 and BA. RGB value is (128,41,186). Sum of RGB (Red+Green+Blue) = 128+41+186=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #8029BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8029BA is #7FD645. Grayscale: #535353. Windows color (decimal): -8377926 or 12200320. OLE color: 12200320.
HSL color Cylindrical-coordinate representation of color #8029BA: hue angle of 276º 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 #8029BA is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 41 | 186 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.27 |
| HSL | 276º | 0.64% | 0.45% | - |
| HSV(B) | 276º | 0.78% | 0.73% | - |
| XYZ | 18.56 | 9.72 | 47.35 | - |
| YUV | 83.54 | 185.82 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 186 | 0.31 | 0.78 | 0 | 0.27 | 276 | 0.64 | 0.45 |
| Hex | 80 | 29 | BA | 1F | 4E | 0 | 1B | 114 | 40 | 2D |
| Octal | 200 | 51 | 272 | 37 | 116 | 0 | 33 | 424 | 100 | 55 |
| Binary | 10000000 | 101001 | 10111010 | 11111 | 1001110 | 0 | 11011 | 100010100 | 1000000 | 101101 |
Color Harmonies of #8029BA
Complementary color
Monochromatic Colors of #8029BA
Black with #8029BA
Text Example
Text Example
White with #8029BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8029BA; }
p { color: rgb(128,41,186); }
H1.HeaderClassName
{
color: #8029BA;
}
.AnyTagClassName
{
color: #8029BA;
}
</style>
background-color css
<style>
a { background-color: #8029BA; }
a { background-color: rgb(128,41,186); }
div.DivClassName
{
background-color: #8029BA;
}
.BgClassName
{
background-color: #8029BA;
}
</style>
border-color css
<style>
span { border-color: #8029BA; }
span { border-color: rgb(128,41,186); }
td.TdClassName
{
border-color: #8029BA;
}
.TagClassName
{
border-color: #8029BA;
}
</style>