Shades of Dark Orchid #862DBD
Tints of Dark Orchid #862DBD
RGB
CMYK
RGB Variations
Color information
#862DBD (or 0x862DBD) is known color: Dark Orchid. HEX triplet: 86, 2D and BD. RGB value is (134,45,189). Sum of RGB (Red+Green+Blue) = 134+45+189=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #862DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862DBD is #79D242. Grayscale: #575757. Windows color (decimal): -7983683 or 12397958. OLE color: 12397958.
HSL color Cylindrical-coordinate representation of color #862DBD: hue angle of 277.08º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862DBD is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 45 | 189 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.26 |
| HSL | 277.08º | 0.62% | 0.46% | - |
| HSV(B) | 277.08º | 0.76% | 0.74% | - |
| XYZ | 19.96 | 10.62 | 49.14 | - |
| YUV | 88.03 | 184.99 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 189 | 0.29 | 0.76 | 0 | 0.26 | 277.08 | 0.62 | 0.46 |
| Hex | 86 | 2D | BD | 1D | 4C | 0 | 1A | 115 | 3E | 2E |
| Octal | 206 | 55 | 275 | 35 | 114 | 0 | 32 | 425 | 76 | 56 |
| Binary | 10000110 | 101101 | 10111101 | 11101 | 1001100 | 0 | 11010 | 100010101 | 111110 | 101110 |
Color Harmonies of #862DBD
Complementary color
Monochromatic Colors of #862DBD
Black with #862DBD
Text Example
Text Example
White with #862DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862DBD; }
p { color: rgb(134,45,189); }
H1.HeaderClassName
{
color: #862DBD;
}
.AnyTagClassName
{
color: #862DBD;
}
</style>
background-color css
<style>
a { background-color: #862DBD; }
a { background-color: rgb(134,45,189); }
div.DivClassName
{
background-color: #862DBD;
}
.BgClassName
{
background-color: #862DBD;
}
</style>
border-color css
<style>
span { border-color: #862DBD; }
span { border-color: rgb(134,45,189); }
td.TdClassName
{
border-color: #862DBD;
}
.TagClassName
{
border-color: #862DBD;
}
</style>