Shades of Dark Orchid #8730C7
Tints of Dark Orchid #8730C7
RGB
CMYK
RGB Variations
Color information
#8730C7 (or 0x8730C7) is known color: Dark Orchid. HEX triplet: 87, 30 and C7. RGB value is (135,48,199). Sum of RGB (Red+Green+Blue) = 135+48+199=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 199 (78.12% from 255 or 52.09% from 382); Max value from RGB is 199 - color contains mainly: blue. Hex color #8730C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8730C7 is #78CF38. Grayscale: #5A5A5A. Windows color (decimal): -7917369 or 13054087. OLE color: 13054087.
HSL color Cylindrical-coordinate representation of color #8730C7: hue angle of 274.57º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8730C7 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 48 | 199 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.22 |
| HSL | 274.57º | 0.61% | 0.48% | - |
| HSV(B) | 274.57º | 0.76% | 0.78% | - |
| XYZ | 21.36 | 11.39 | 55.11 | - |
| YUV | 91.23 | 188.82 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 199 | 0.32 | 0.76 | 0 | 0.22 | 274.57 | 0.61 | 0.48 |
| Hex | 87 | 30 | C7 | 20 | 4C | 0 | 16 | 113 | 3D | 30 |
| Octal | 207 | 60 | 307 | 40 | 114 | 0 | 26 | 423 | 75 | 60 |
| Binary | 10000111 | 110000 | 11000111 | 100000 | 1001100 | 0 | 10110 | 100010011 | 111101 | 110000 |
Color Harmonies of #8730C7
Complementary color
Monochromatic Colors of #8730C7
Black with #8730C7
Text Example
Text Example
White with #8730C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8730C7; }
p { color: rgb(135,48,199); }
H1.HeaderClassName
{
color: #8730C7;
}
.AnyTagClassName
{
color: #8730C7;
}
</style>
background-color css
<style>
a { background-color: #8730C7; }
a { background-color: rgb(135,48,199); }
div.DivClassName
{
background-color: #8730C7;
}
.BgClassName
{
background-color: #8730C7;
}
</style>
border-color css
<style>
span { border-color: #8730C7; }
span { border-color: rgb(135,48,199); }
td.TdClassName
{
border-color: #8730C7;
}
.TagClassName
{
border-color: #8730C7;
}
</style>