Shades of Dark Orchid #8730BA
Tints of Dark Orchid #8730BA
RGB
CMYK
RGB Variations
Color information
#8730BA (or 0x8730BA) is known color: Dark Orchid. HEX triplet: 87, 30 and BA. RGB value is (135,48,186). Sum of RGB (Red+Green+Blue) = 135+48+186=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #8730BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8730BA is #78CF45. Grayscale: #595959. Windows color (decimal): -7917382 or 12202119. OLE color: 12202119.
HSL color Cylindrical-coordinate representation of color #8730BA: hue angle of 277.83º 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 #8730BA is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 48 | 186 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.27 |
| HSL | 277.83º | 0.59% | 0.46% | - |
| HSV(B) | 277.83º | 0.74% | 0.73% | - |
| XYZ | 19.91 | 10.81 | 47.49 | - |
| YUV | 89.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 186 | 0.27 | 0.74 | 0 | 0.27 | 277.83 | 0.59 | 0.46 |
| Hex | 87 | 30 | BA | 1B | 4A | 0 | 1B | 116 | 3B | 2E |
| Octal | 207 | 60 | 272 | 33 | 112 | 0 | 33 | 426 | 73 | 56 |
| Binary | 10000111 | 110000 | 10111010 | 11011 | 1001010 | 0 | 11011 | 100010110 | 111011 | 101110 |
Color Harmonies of #8730BA
Complementary color
Monochromatic Colors of #8730BA
Black with #8730BA
Text Example
Text Example
White with #8730BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8730BA; }
p { color: rgb(135,48,186); }
H1.HeaderClassName
{
color: #8730BA;
}
.AnyTagClassName
{
color: #8730BA;
}
</style>
background-color css
<style>
a { background-color: #8730BA; }
a { background-color: rgb(135,48,186); }
div.DivClassName
{
background-color: #8730BA;
}
.BgClassName
{
background-color: #8730BA;
}
</style>
border-color css
<style>
span { border-color: #8730BA; }
span { border-color: rgb(135,48,186); }
td.TdClassName
{
border-color: #8730BA;
}
.TagClassName
{
border-color: #8730BA;
}
</style>