Shades of Dark Orchid #862FBC
Tints of Dark Orchid #862FBC
RGB
CMYK
RGB Variations
Color information
#862FBC (or 0x862FBC) is known color: Dark Orchid. HEX triplet: 86, 2F and BC. RGB value is (134,47,188). Sum of RGB (Red+Green+Blue) = 134+47+188=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #862FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862FBC is #79D043. Grayscale: #585858. Windows color (decimal): -7983172 or 12332934. OLE color: 12332934.
HSL color Cylindrical-coordinate representation of color #862FBC: hue angle of 277.02º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862FBC is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 47 | 188 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.26 |
| HSL | 277.02º | 0.6% | 0.46% | - |
| HSV(B) | 277.02º | 0.75% | 0.74% | - |
| XYZ | 19.93 | 10.73 | 48.6 | - |
| YUV | 89.09 | 183.82 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 188 | 0.29 | 0.75 | 0 | 0.26 | 277.02 | 0.6 | 0.46 |
| Hex | 86 | 2F | BC | 1D | 4B | 0 | 1A | 115 | 3C | 2E |
| Octal | 206 | 57 | 274 | 35 | 113 | 0 | 32 | 425 | 74 | 56 |
| Binary | 10000110 | 101111 | 10111100 | 11101 | 1001011 | 0 | 11010 | 100010101 | 111100 | 101110 |
Color Harmonies of #862FBC
Complementary color
Monochromatic Colors of #862FBC
Black with #862FBC
Text Example
Text Example
White with #862FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862FBC; }
p { color: rgb(134,47,188); }
H1.HeaderClassName
{
color: #862FBC;
}
.AnyTagClassName
{
color: #862FBC;
}
</style>
background-color css
<style>
a { background-color: #862FBC; }
a { background-color: rgb(134,47,188); }
div.DivClassName
{
background-color: #862FBC;
}
.BgClassName
{
background-color: #862FBC;
}
</style>
border-color css
<style>
span { border-color: #862FBC; }
span { border-color: rgb(134,47,188); }
td.TdClassName
{
border-color: #862FBC;
}
.TagClassName
{
border-color: #862FBC;
}
</style>