Shades of Dark Orchid #8619BE
Tints of Dark Orchid #8619BE
RGB
CMYK
RGB Variations
Color information
#8619BE (or 0x8619BE) is known color: Dark Orchid. HEX triplet: 86, 19 and BE. RGB value is (134,25,190). Sum of RGB (Red+Green+Blue) = 134+25+190=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #8619BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8619BE is #79E641. Grayscale: #4B4B4B. Windows color (decimal): -7988802 or 12458374. OLE color: 12458374.
HSL color Cylindrical-coordinate representation of color #8619BE: hue angle of 279.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8619BE is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 25 | 190 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.25 |
| HSL | 279.64º | 0.77% | 0.42% | - |
| HSV(B) | 279.64º | 0.87% | 0.75% | - |
| XYZ | 19.47 | 9.48 | 49.52 | - |
| YUV | 76.4 | 192.11 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 190 | 0.29 | 0.87 | 0 | 0.25 | 279.64 | 0.77 | 0.42 |
| Hex | 86 | 19 | BE | 1D | 57 | 0 | 19 | 118 | 4D | 2A |
| Octal | 206 | 31 | 276 | 35 | 127 | 0 | 31 | 430 | 115 | 52 |
| Binary | 10000110 | 11001 | 10111110 | 11101 | 1010111 | 0 | 11001 | 100011000 | 1001101 | 101010 |
Color Harmonies of #8619BE
Complementary color
Monochromatic Colors of #8619BE
Black with #8619BE
Text Example
Text Example
White with #8619BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8619BE; }
p { color: rgb(134,25,190); }
H1.HeaderClassName
{
color: #8619BE;
}
.AnyTagClassName
{
color: #8619BE;
}
</style>
background-color css
<style>
a { background-color: #8619BE; }
a { background-color: rgb(134,25,190); }
div.DivClassName
{
background-color: #8619BE;
}
.BgClassName
{
background-color: #8619BE;
}
</style>
border-color css
<style>
span { border-color: #8619BE; }
span { border-color: rgb(134,25,190); }
td.TdClassName
{
border-color: #8619BE;
}
.TagClassName
{
border-color: #8619BE;
}
</style>