Shades of Dark Orchid #862DBE
Tints of Dark Orchid #862DBE
RGB
CMYK
RGB Variations
Color information
#862DBE (or 0x862DBE) is known color: Dark Orchid. HEX triplet: 86, 2D and BE. RGB value is (134,45,190). Sum of RGB (Red+Green+Blue) = 134+45+190=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #862DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862DBE is #79D241. Grayscale: #575757. Windows color (decimal): -7983682 or 12463494. OLE color: 12463494.
HSL color Cylindrical-coordinate representation of color #862DBE: hue angle of 276.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862DBE is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 45 | 190 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.25 |
| HSL | 276.83º | 0.62% | 0.46% | - |
| HSV(B) | 276.83º | 0.76% | 0.75% | - |
| XYZ | 20.06 | 10.66 | 49.72 | - |
| YUV | 88.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 190 | 0.29 | 0.76 | 0 | 0.25 | 276.83 | 0.62 | 0.46 |
| Hex | 86 | 2D | BE | 1D | 4C | 0 | 19 | 115 | 3E | 2E |
| Octal | 206 | 55 | 276 | 35 | 114 | 0 | 31 | 425 | 76 | 56 |
| Binary | 10000110 | 101101 | 10111110 | 11101 | 1001100 | 0 | 11001 | 100010101 | 111110 | 101110 |
Color Harmonies of #862DBE
Complementary color
Monochromatic Colors of #862DBE
Black with #862DBE
Text Example
Text Example
White with #862DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862DBE; }
p { color: rgb(134,45,190); }
H1.HeaderClassName
{
color: #862DBE;
}
.AnyTagClassName
{
color: #862DBE;
}
</style>
background-color css
<style>
a { background-color: #862DBE; }
a { background-color: rgb(134,45,190); }
div.DivClassName
{
background-color: #862DBE;
}
.BgClassName
{
background-color: #862DBE;
}
</style>
border-color css
<style>
span { border-color: #862DBE; }
span { border-color: rgb(134,45,190); }
td.TdClassName
{
border-color: #862DBE;
}
.TagClassName
{
border-color: #862DBE;
}
</style>