Shades of Dark Orchid #8829BC
Tints of Dark Orchid #8829BC
RGB
CMYK
RGB Variations
Color information
#8829BC (or 0x8829BC) is known color: Dark Orchid. HEX triplet: 88, 29 and BC. RGB value is (136,41,188). Sum of RGB (Red+Green+Blue) = 136+41+188=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #8829BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8829BC is #77D643. Grayscale: #555555. Windows color (decimal): -7853636 or 12331400. OLE color: 12331400.
HSL color Cylindrical-coordinate representation of color #8829BC: hue angle of 278.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8829BC is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 41 | 188 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.26 |
| HSL | 278.78º | 0.64% | 0.45% | - |
| HSV(B) | 278.78º | 0.78% | 0.74% | - |
| XYZ | 20.02 | 10.45 | 48.54 | - |
| YUV | 86.16 | 185.47 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 188 | 0.28 | 0.78 | 0 | 0.26 | 278.78 | 0.64 | 0.45 |
| Hex | 88 | 29 | BC | 1C | 4E | 0 | 1A | 117 | 40 | 2D |
| Octal | 210 | 51 | 274 | 34 | 116 | 0 | 32 | 427 | 100 | 55 |
| Binary | 10001000 | 101001 | 10111100 | 11100 | 1001110 | 0 | 11010 | 100010111 | 1000000 | 101101 |
Color Harmonies of #8829BC
Complementary color
Monochromatic Colors of #8829BC
Black with #8829BC
Text Example
Text Example
White with #8829BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8829BC; }
p { color: rgb(136,41,188); }
H1.HeaderClassName
{
color: #8829BC;
}
.AnyTagClassName
{
color: #8829BC;
}
</style>
background-color css
<style>
a { background-color: #8829BC; }
a { background-color: rgb(136,41,188); }
div.DivClassName
{
background-color: #8829BC;
}
.BgClassName
{
background-color: #8829BC;
}
</style>
border-color css
<style>
span { border-color: #8829BC; }
span { border-color: rgb(136,41,188); }
td.TdClassName
{
border-color: #8829BC;
}
.TagClassName
{
border-color: #8829BC;
}
</style>