Shades of Dark Orchid #862CBB
Tints of Dark Orchid #862CBB
RGB
CMYK
RGB Variations
Color information
#862CBB (or 0x862CBB) is known color: Dark Orchid. HEX triplet: 86, 2C and BB. RGB value is (134,44,187). Sum of RGB (Red+Green+Blue) = 134+44+187=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #862CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862CBB is #79D344. Grayscale: #565656. Windows color (decimal): -7983941 or 12266630. OLE color: 12266630.
HSL color Cylindrical-coordinate representation of color #862CBB: hue angle of 277.76º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862CBB is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 44 | 187 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.27 |
| HSL | 277.76º | 0.62% | 0.45% | - |
| HSV(B) | 277.76º | 0.76% | 0.73% | - |
| XYZ | 19.7 | 10.46 | 47.99 | - |
| YUV | 87.21 | 184.32 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 187 | 0.28 | 0.76 | 0 | 0.27 | 277.76 | 0.62 | 0.45 |
| Hex | 86 | 2C | BB | 1C | 4C | 0 | 1B | 116 | 3E | 2D |
| Octal | 206 | 54 | 273 | 34 | 114 | 0 | 33 | 426 | 76 | 55 |
| Binary | 10000110 | 101100 | 10111011 | 11100 | 1001100 | 0 | 11011 | 100010110 | 111110 | 101101 |
Color Harmonies of #862CBB
Complementary color
Monochromatic Colors of #862CBB
Black with #862CBB
Text Example
Text Example
White with #862CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862CBB; }
p { color: rgb(134,44,187); }
H1.HeaderClassName
{
color: #862CBB;
}
.AnyTagClassName
{
color: #862CBB;
}
</style>
background-color css
<style>
a { background-color: #862CBB; }
a { background-color: rgb(134,44,187); }
div.DivClassName
{
background-color: #862CBB;
}
.BgClassName
{
background-color: #862CBB;
}
</style>
border-color css
<style>
span { border-color: #862CBB; }
span { border-color: rgb(134,44,187); }
td.TdClassName
{
border-color: #862CBB;
}
.TagClassName
{
border-color: #862CBB;
}
</style>