Shades of Dark Orchid #8830BC
Tints of Dark Orchid #8830BC
RGB
CMYK
RGB Variations
Color information
#8830BC (or 0x8830BC) is known color: Dark Orchid. HEX triplet: 88, 30 and BC. RGB value is (136,48,188). Sum of RGB (Red+Green+Blue) = 136+48+188=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #8830BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8830BC is #77CF43. Grayscale: #595959. Windows color (decimal): -7851844 or 12333192. OLE color: 12333192.
HSL color Cylindrical-coordinate representation of color #8830BC: hue angle of 277.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8830BC is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 48 | 188 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.26 |
| HSL | 277.71º | 0.59% | 0.46% | - |
| HSV(B) | 277.71º | 0.74% | 0.74% | - |
| XYZ | 20.29 | 10.98 | 48.63 | - |
| YUV | 90.27 | 183.15 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 188 | 0.28 | 0.74 | 0 | 0.26 | 277.71 | 0.59 | 0.46 |
| Hex | 88 | 30 | BC | 1C | 4A | 0 | 1A | 116 | 3B | 2E |
| Octal | 210 | 60 | 274 | 34 | 112 | 0 | 32 | 426 | 73 | 56 |
| Binary | 10001000 | 110000 | 10111100 | 11100 | 1001010 | 0 | 11010 | 100010110 | 111011 | 101110 |
Color Harmonies of #8830BC
Complementary color
Monochromatic Colors of #8830BC
Black with #8830BC
Text Example
Text Example
White with #8830BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8830BC; }
p { color: rgb(136,48,188); }
H1.HeaderClassName
{
color: #8830BC;
}
.AnyTagClassName
{
color: #8830BC;
}
</style>
background-color css
<style>
a { background-color: #8830BC; }
a { background-color: rgb(136,48,188); }
div.DivClassName
{
background-color: #8830BC;
}
.BgClassName
{
background-color: #8830BC;
}
</style>
border-color css
<style>
span { border-color: #8830BC; }
span { border-color: rgb(136,48,188); }
td.TdClassName
{
border-color: #8830BC;
}
.TagClassName
{
border-color: #8830BC;
}
</style>