Shades of Dark Orchid #861FC8
Tints of Dark Orchid #861FC8
RGB
CMYK
RGB Variations
Color information
#861FC8 (or 0x861FC8) is known color: Dark Orchid. HEX triplet: 86, 1F and C8. RGB value is (134,31,200). Sum of RGB (Red+Green+Blue) = 134+31+200=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 200 (78.52% from 255 or 54.79% from 365); Max value from RGB is 200 - color contains mainly: blue. Hex color #861FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861FC8 is #79E037. Grayscale: #505050. Windows color (decimal): -7987256 or 13115270. OLE color: 13115270.
HSL color Cylindrical-coordinate representation of color #861FC8: hue angle of 276.57º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861FC8 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 31 | 200 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.22 |
| HSL | 276.57º | 0.73% | 0.45% | - |
| HSV(B) | 276.57º | 0.85% | 0.78% | - |
| XYZ | 20.75 | 10.22 | 55.52 | - |
| YUV | 81.06 | 195.12 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 200 | 0.33 | 0.84 | 0 | 0.22 | 276.57 | 0.73 | 0.45 |
| Hex | 86 | 1F | C8 | 21 | 54 | 0 | 16 | 115 | 49 | 2D |
| Octal | 206 | 37 | 310 | 41 | 124 | 0 | 26 | 425 | 111 | 55 |
| Binary | 10000110 | 11111 | 11001000 | 100001 | 1010100 | 0 | 10110 | 100010101 | 1001001 | 101101 |
Color Harmonies of #861FC8
Complementary color
Monochromatic Colors of #861FC8
Black with #861FC8
Text Example
Text Example
White with #861FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861FC8; }
p { color: rgb(134,31,200); }
H1.HeaderClassName
{
color: #861FC8;
}
.AnyTagClassName
{
color: #861FC8;
}
</style>
background-color css
<style>
a { background-color: #861FC8; }
a { background-color: rgb(134,31,200); }
div.DivClassName
{
background-color: #861FC8;
}
.BgClassName
{
background-color: #861FC8;
}
</style>
border-color css
<style>
span { border-color: #861FC8; }
span { border-color: rgb(134,31,200); }
td.TdClassName
{
border-color: #861FC8;
}
.TagClassName
{
border-color: #861FC8;
}
</style>