Shades of Dark Orchid #861BBE
Tints of Dark Orchid #861BBE
RGB
CMYK
RGB Variations
Color information
#861BBE (or 0x861BBE) is known color: Dark Orchid. HEX triplet: 86, 1B and BE. RGB value is (134,27,190). Sum of RGB (Red+Green+Blue) = 134+27+190=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #861BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861BBE is #79E441. Grayscale: #4D4D4D. Windows color (decimal): -7988290 or 12458886. OLE color: 12458886.
HSL color Cylindrical-coordinate representation of color #861BBE: hue angle of 279.39º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861BBE is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 27 | 190 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.25 |
| HSL | 279.39º | 0.75% | 0.43% | - |
| HSV(B) | 279.39º | 0.86% | 0.75% | - |
| XYZ | 19.52 | 9.57 | 49.53 | - |
| YUV | 77.58 | 191.45 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 27 | 190 | 0.29 | 0.86 | 0 | 0.25 | 279.39 | 0.75 | 0.43 |
| Hex | 86 | 1B | BE | 1D | 56 | 0 | 19 | 117 | 4B | 2B |
| Octal | 206 | 33 | 276 | 35 | 126 | 0 | 31 | 427 | 113 | 53 |
| Binary | 10000110 | 11011 | 10111110 | 11101 | 1010110 | 0 | 11001 | 100010111 | 1001011 | 101011 |
Color Harmonies of #861BBE
Complementary color
Monochromatic Colors of #861BBE
Black with #861BBE
Text Example
Text Example
White with #861BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861BBE; }
p { color: rgb(134,27,190); }
H1.HeaderClassName
{
color: #861BBE;
}
.AnyTagClassName
{
color: #861BBE;
}
</style>
background-color css
<style>
a { background-color: #861BBE; }
a { background-color: rgb(134,27,190); }
div.DivClassName
{
background-color: #861BBE;
}
.BgClassName
{
background-color: #861BBE;
}
</style>
border-color css
<style>
span { border-color: #861BBE; }
span { border-color: rgb(134,27,190); }
td.TdClassName
{
border-color: #861BBE;
}
.TagClassName
{
border-color: #861BBE;
}
</style>