Shades of Dark Orchid #8829BA
Tints of Dark Orchid #8829BA
RGB
CMYK
RGB Variations
Color information
#8829BA (or 0x8829BA) is known color: Dark Orchid. HEX triplet: 88, 29 and BA. RGB value is (136,41,186). Sum of RGB (Red+Green+Blue) = 136+41+186=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #8829BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8829BA is #77D645. Grayscale: #555555. Windows color (decimal): -7853638 or 12200328. OLE color: 12200328.
HSL color Cylindrical-coordinate representation of color #8829BA: hue angle of 279.31º 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 #8829BA is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 41 | 186 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.27 |
| HSL | 279.31º | 0.64% | 0.45% | - |
| HSV(B) | 279.31º | 0.78% | 0.73% | - |
| XYZ | 19.81 | 10.37 | 47.41 | - |
| YUV | 85.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 186 | 0.27 | 0.78 | 0 | 0.27 | 279.31 | 0.64 | 0.45 |
| Hex | 88 | 29 | BA | 1B | 4E | 0 | 1B | 117 | 40 | 2D |
| Octal | 210 | 51 | 272 | 33 | 116 | 0 | 33 | 427 | 100 | 55 |
| Binary | 10001000 | 101001 | 10111010 | 11011 | 1001110 | 0 | 11011 | 100010111 | 1000000 | 101101 |
Color Harmonies of #8829BA
Complementary color
Monochromatic Colors of #8829BA
Black with #8829BA
Text Example
Text Example
White with #8829BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8829BA; }
p { color: rgb(136,41,186); }
H1.HeaderClassName
{
color: #8829BA;
}
.AnyTagClassName
{
color: #8829BA;
}
</style>
background-color css
<style>
a { background-color: #8829BA; }
a { background-color: rgb(136,41,186); }
div.DivClassName
{
background-color: #8829BA;
}
.BgClassName
{
background-color: #8829BA;
}
</style>
border-color css
<style>
span { border-color: #8829BA; }
span { border-color: rgb(136,41,186); }
td.TdClassName
{
border-color: #8829BA;
}
.TagClassName
{
border-color: #8829BA;
}
</style>