Shades of Dark Orchid #8619BC
Tints of Dark Orchid #8619BC
RGB
CMYK
RGB Variations
Color information
#8619BC (or 0x8619BC) is known color: Dark Orchid. HEX triplet: 86, 19 and BC. RGB value is (134,25,188). Sum of RGB (Red+Green+Blue) = 134+25+188=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #8619BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8619BC is #79E643. Grayscale: #4B4B4B. Windows color (decimal): -7988804 or 12327302. OLE color: 12327302.
HSL color Cylindrical-coordinate representation of color #8619BC: hue angle of 280.12º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8619BC is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 25 | 188 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.26 |
| HSL | 280.12º | 0.77% | 0.42% | - |
| HSV(B) | 280.12º | 0.87% | 0.74% | - |
| XYZ | 19.26 | 9.39 | 48.38 | - |
| YUV | 76.17 | 191.11 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 188 | 0.29 | 0.87 | 0 | 0.26 | 280.12 | 0.77 | 0.42 |
| Hex | 86 | 19 | BC | 1D | 57 | 0 | 1A | 118 | 4D | 2A |
| Octal | 206 | 31 | 274 | 35 | 127 | 0 | 32 | 430 | 115 | 52 |
| Binary | 10000110 | 11001 | 10111100 | 11101 | 1010111 | 0 | 11010 | 100011000 | 1001101 | 101010 |
Color Harmonies of #8619BC
Complementary color
Monochromatic Colors of #8619BC
Black with #8619BC
Text Example
Text Example
White with #8619BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8619BC; }
p { color: rgb(134,25,188); }
H1.HeaderClassName
{
color: #8619BC;
}
.AnyTagClassName
{
color: #8619BC;
}
</style>
background-color css
<style>
a { background-color: #8619BC; }
a { background-color: rgb(134,25,188); }
div.DivClassName
{
background-color: #8619BC;
}
.BgClassName
{
background-color: #8619BC;
}
</style>
border-color css
<style>
span { border-color: #8619BC; }
span { border-color: rgb(134,25,188); }
td.TdClassName
{
border-color: #8619BC;
}
.TagClassName
{
border-color: #8619BC;
}
</style>