Shades of Dark Orchid #8830BA
Tints of Dark Orchid #8830BA
RGB
CMYK
RGB Variations
Color information
#8830BA (or 0x8830BA) is known color: Dark Orchid. HEX triplet: 88, 30 and BA. RGB value is (136,48,186). Sum of RGB (Red+Green+Blue) = 136+48+186=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #8830BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8830BA is #77CF45. Grayscale: #595959. Windows color (decimal): -7851846 or 12202120. OLE color: 12202120.
HSL color Cylindrical-coordinate representation of color #8830BA: hue angle of 278.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8830BA is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 48 | 186 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.27 |
| HSL | 278.26º | 0.59% | 0.46% | - |
| HSV(B) | 278.26º | 0.74% | 0.73% | - |
| XYZ | 20.07 | 10.89 | 47.5 | - |
| YUV | 90.04 | 182.15 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 186 | 0.27 | 0.74 | 0 | 0.27 | 278.26 | 0.59 | 0.46 |
| Hex | 88 | 30 | BA | 1B | 4A | 0 | 1B | 116 | 3B | 2E |
| Octal | 210 | 60 | 272 | 33 | 112 | 0 | 33 | 426 | 73 | 56 |
| Binary | 10001000 | 110000 | 10111010 | 11011 | 1001010 | 0 | 11011 | 100010110 | 111011 | 101110 |
Color Harmonies of #8830BA
Complementary color
Monochromatic Colors of #8830BA
Black with #8830BA
Text Example
Text Example
White with #8830BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8830BA; }
p { color: rgb(136,48,186); }
H1.HeaderClassName
{
color: #8830BA;
}
.AnyTagClassName
{
color: #8830BA;
}
</style>
background-color css
<style>
a { background-color: #8830BA; }
a { background-color: rgb(136,48,186); }
div.DivClassName
{
background-color: #8830BA;
}
.BgClassName
{
background-color: #8830BA;
}
</style>
border-color css
<style>
span { border-color: #8830BA; }
span { border-color: rgb(136,48,186); }
td.TdClassName
{
border-color: #8830BA;
}
.TagClassName
{
border-color: #8830BA;
}
</style>