Shades of Dark Orchid #862CB6
Tints of Dark Orchid #862CB6
RGB
CMYK
RGB Variations
Color information
#862CB6 (or 0x862CB6) is known color: Dark Orchid. HEX triplet: 86, 2C and B6. RGB value is (134,44,182). Sum of RGB (Red+Green+Blue) = 134+44+182=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #862CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862CB6 is #79D349. Grayscale: #565656. Windows color (decimal): -7983946 or 11938950. OLE color: 11938950.
HSL color Cylindrical-coordinate representation of color #862CB6: hue angle of 279.13º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862CB6 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 44 | 182 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.29 |
| HSL | 279.13º | 0.61% | 0.44% | - |
| HSV(B) | 279.13º | 0.76% | 0.71% | - |
| XYZ | 19.18 | 10.25 | 45.22 | - |
| YUV | 86.64 | 181.82 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 182 | 0.26 | 0.76 | 0 | 0.29 | 279.13 | 0.61 | 0.44 |
| Hex | 86 | 2C | B6 | 1A | 4C | 0 | 1D | 117 | 3D | 2C |
| Octal | 206 | 54 | 266 | 32 | 114 | 0 | 35 | 427 | 75 | 54 |
| Binary | 10000110 | 101100 | 10110110 | 11010 | 1001100 | 0 | 11101 | 100010111 | 111101 | 101100 |
Color Harmonies of #862CB6
Complementary color
Monochromatic Colors of #862CB6
Black with #862CB6
Text Example
Text Example
White with #862CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862CB6; }
p { color: rgb(134,44,182); }
H1.HeaderClassName
{
color: #862CB6;
}
.AnyTagClassName
{
color: #862CB6;
}
</style>
background-color css
<style>
a { background-color: #862CB6; }
a { background-color: rgb(134,44,182); }
div.DivClassName
{
background-color: #862CB6;
}
.BgClassName
{
background-color: #862CB6;
}
</style>
border-color css
<style>
span { border-color: #862CB6; }
span { border-color: rgb(134,44,182); }
td.TdClassName
{
border-color: #862CB6;
}
.TagClassName
{
border-color: #862CB6;
}
</style>