Shades of Dark Orchid #862ACB
Tints of Dark Orchid #862ACB
RGB
CMYK
RGB Variations
Color information
#862ACB (or 0x862ACB) is known color: Dark Orchid. HEX triplet: 86, 2A and CB. RGB value is (134,42,203). Sum of RGB (Red+Green+Blue) = 134+42+203=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #862ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862ACB is #79D534. Grayscale: #575757. Windows color (decimal): -7984437 or 13314694. OLE color: 13314694.
HSL color Cylindrical-coordinate representation of color #862ACB: hue angle of 274.29º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #862ACB is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 42 | 203 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.20 |
| HSL | 274.29º | 0.66% | 0.48% | - |
| HSV(B) | 274.29º | 0.79% | 0.8% | - |
| XYZ | 21.44 | 11.04 | 57.5 | - |
| YUV | 87.86 | 192.98 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 42 | 203 | 0.34 | 0.79 | 0 | 0.20 | 274.29 | 0.66 | 0.48 |
| Hex | 86 | 2A | CB | 22 | 4F | 0 | 14 | 112 | 42 | 30 |
| Octal | 206 | 52 | 313 | 42 | 117 | 0 | 24 | 422 | 102 | 60 |
| Binary | 10000110 | 101010 | 11001011 | 100010 | 1001111 | 0 | 10100 | 100010010 | 1000010 | 110000 |
Color Harmonies of #862ACB
Complementary color
Monochromatic Colors of #862ACB
Black with #862ACB
Text Example
Text Example
White with #862ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862ACB; }
p { color: rgb(134,42,203); }
H1.HeaderClassName
{
color: #862ACB;
}
.AnyTagClassName
{
color: #862ACB;
}
</style>
background-color css
<style>
a { background-color: #862ACB; }
a { background-color: rgb(134,42,203); }
div.DivClassName
{
background-color: #862ACB;
}
.BgClassName
{
background-color: #862ACB;
}
</style>
border-color css
<style>
span { border-color: #862ACB; }
span { border-color: rgb(134,42,203); }
td.TdClassName
{
border-color: #862ACB;
}
.TagClassName
{
border-color: #862ACB;
}
</style>