Shades of Dark Orchid #8730BC
Tints of Dark Orchid #8730BC
RGB
CMYK
RGB Variations
Color information
#8730BC (or 0x8730BC) is known color: Dark Orchid. HEX triplet: 87, 30 and BC. RGB value is (135,48,188). Sum of RGB (Red+Green+Blue) = 135+48+188=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #8730BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8730BC is #78CF43. Grayscale: #595959. Windows color (decimal): -7917380 or 12333191. OLE color: 12333191.
HSL color Cylindrical-coordinate representation of color #8730BC: hue angle of 277.29º 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 #8730BC is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 48 | 188 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.26 |
| HSL | 277.29º | 0.59% | 0.46% | - |
| HSV(B) | 277.29º | 0.74% | 0.74% | - |
| XYZ | 20.13 | 10.9 | 48.62 | - |
| YUV | 89.97 | 183.32 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 188 | 0.28 | 0.74 | 0 | 0.26 | 277.29 | 0.59 | 0.46 |
| Hex | 87 | 30 | BC | 1C | 4A | 0 | 1A | 115 | 3B | 2E |
| Octal | 207 | 60 | 274 | 34 | 112 | 0 | 32 | 425 | 73 | 56 |
| Binary | 10000111 | 110000 | 10111100 | 11100 | 1001010 | 0 | 11010 | 100010101 | 111011 | 101110 |
Color Harmonies of #8730BC
Complementary color
Monochromatic Colors of #8730BC
Black with #8730BC
Text Example
Text Example
White with #8730BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8730BC; }
p { color: rgb(135,48,188); }
H1.HeaderClassName
{
color: #8730BC;
}
.AnyTagClassName
{
color: #8730BC;
}
</style>
background-color css
<style>
a { background-color: #8730BC; }
a { background-color: rgb(135,48,188); }
div.DivClassName
{
background-color: #8730BC;
}
.BgClassName
{
background-color: #8730BC;
}
</style>
border-color css
<style>
span { border-color: #8730BC; }
span { border-color: rgb(135,48,188); }
td.TdClassName
{
border-color: #8730BC;
}
.TagClassName
{
border-color: #8730BC;
}
</style>