Shades of Dark Orchid #8618BC
Tints of Dark Orchid #8618BC
RGB
CMYK
RGB Variations
Color information
#8618BC (or 0x8618BC) is known color: Dark Orchid. HEX triplet: 86, 18 and BC. RGB value is (134,24,188). Sum of RGB (Red+Green+Blue) = 134+24+188=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #8618BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8618BC is #79E743. Grayscale: #4B4B4B. Windows color (decimal): -7989060 or 12327046. OLE color: 12327046.
HSL color Cylindrical-coordinate representation of color #8618BC: hue angle of 280.24º 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 #8618BC is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 24 | 188 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.26 |
| HSL | 280.24º | 0.77% | 0.42% | - |
| HSV(B) | 280.24º | 0.87% | 0.74% | - |
| XYZ | 19.24 | 9.35 | 48.37 | - |
| YUV | 75.59 | 191.44 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 188 | 0.29 | 0.87 | 0 | 0.26 | 280.24 | 0.77 | 0.42 |
| Hex | 86 | 18 | BC | 1D | 57 | 0 | 1A | 118 | 4D | 2A |
| Octal | 206 | 30 | 274 | 35 | 127 | 0 | 32 | 430 | 115 | 52 |
| Binary | 10000110 | 11000 | 10111100 | 11101 | 1010111 | 0 | 11010 | 100011000 | 1001101 | 101010 |
Color Harmonies of #8618BC
Complementary color
Monochromatic Colors of #8618BC
Black with #8618BC
Text Example
Text Example
White with #8618BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8618BC; }
p { color: rgb(134,24,188); }
H1.HeaderClassName
{
color: #8618BC;
}
.AnyTagClassName
{
color: #8618BC;
}
</style>
background-color css
<style>
a { background-color: #8618BC; }
a { background-color: rgb(134,24,188); }
div.DivClassName
{
background-color: #8618BC;
}
.BgClassName
{
background-color: #8618BC;
}
</style>
border-color css
<style>
span { border-color: #8618BC; }
span { border-color: rgb(134,24,188); }
td.TdClassName
{
border-color: #8618BC;
}
.TagClassName
{
border-color: #8618BC;
}
</style>