Shades of Dark Orchid #862CB8
Tints of Dark Orchid #862CB8
RGB
CMYK
RGB Variations
Color information
#862CB8 (or 0x862CB8) is known color: Dark Orchid. HEX triplet: 86, 2C and B8. RGB value is (134,44,184). Sum of RGB (Red+Green+Blue) = 134+44+184=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #862CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862CB8 is #79D347. Grayscale: #565656. Windows color (decimal): -7983944 or 12070022. OLE color: 12070022.
HSL color Cylindrical-coordinate representation of color #862CB8: hue angle of 278.57º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862CB8 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 44 | 184 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.28 |
| HSL | 278.57º | 0.61% | 0.45% | - |
| HSV(B) | 278.57º | 0.76% | 0.72% | - |
| XYZ | 19.38 | 10.33 | 46.32 | - |
| YUV | 86.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 184 | 0.27 | 0.76 | 0 | 0.28 | 278.57 | 0.61 | 0.45 |
| Hex | 86 | 2C | B8 | 1B | 4C | 0 | 1C | 117 | 3D | 2D |
| Octal | 206 | 54 | 270 | 33 | 114 | 0 | 34 | 427 | 75 | 55 |
| Binary | 10000110 | 101100 | 10111000 | 11011 | 1001100 | 0 | 11100 | 100010111 | 111101 | 101101 |
Color Harmonies of #862CB8
Complementary color
Monochromatic Colors of #862CB8
Black with #862CB8
Text Example
Text Example
White with #862CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862CB8; }
p { color: rgb(134,44,184); }
H1.HeaderClassName
{
color: #862CB8;
}
.AnyTagClassName
{
color: #862CB8;
}
</style>
background-color css
<style>
a { background-color: #862CB8; }
a { background-color: rgb(134,44,184); }
div.DivClassName
{
background-color: #862CB8;
}
.BgClassName
{
background-color: #862CB8;
}
</style>
border-color css
<style>
span { border-color: #862CB8; }
span { border-color: rgb(134,44,184); }
td.TdClassName
{
border-color: #862CB8;
}
.TagClassName
{
border-color: #862CB8;
}
</style>