Shades of Dark Orchid #8730BE
Tints of Dark Orchid #8730BE
RGB
CMYK
RGB Variations
Color information
#8730BE (or 0x8730BE) is known color: Dark Orchid. HEX triplet: 87, 30 and BE. RGB value is (135,48,190). Sum of RGB (Red+Green+Blue) = 135+48+190=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #8730BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8730BE is #78CF41. Grayscale: #595959. Windows color (decimal): -7917378 or 12464263. OLE color: 12464263.
HSL color Cylindrical-coordinate representation of color #8730BE: hue angle of 276.76º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8730BE is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 48 | 190 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.25 |
| HSL | 276.76º | 0.6% | 0.47% | - |
| HSV(B) | 276.76º | 0.75% | 0.75% | - |
| XYZ | 20.34 | 10.98 | 49.76 | - |
| YUV | 90.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 190 | 0.29 | 0.75 | 0 | 0.25 | 276.76 | 0.6 | 0.47 |
| Hex | 87 | 30 | BE | 1D | 4B | 0 | 19 | 115 | 3C | 2F |
| Octal | 207 | 60 | 276 | 35 | 113 | 0 | 31 | 425 | 74 | 57 |
| Binary | 10000111 | 110000 | 10111110 | 11101 | 1001011 | 0 | 11001 | 100010101 | 111100 | 101111 |
Color Harmonies of #8730BE
Complementary color
Monochromatic Colors of #8730BE
Black with #8730BE
Text Example
Text Example
White with #8730BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8730BE; }
p { color: rgb(135,48,190); }
H1.HeaderClassName
{
color: #8730BE;
}
.AnyTagClassName
{
color: #8730BE;
}
</style>
background-color css
<style>
a { background-color: #8730BE; }
a { background-color: rgb(135,48,190); }
div.DivClassName
{
background-color: #8730BE;
}
.BgClassName
{
background-color: #8730BE;
}
</style>
border-color css
<style>
span { border-color: #8730BE; }
span { border-color: rgb(135,48,190); }
td.TdClassName
{
border-color: #8730BE;
}
.TagClassName
{
border-color: #8730BE;
}
</style>