Shades of Dark Orchid #862DAF
Tints of Dark Orchid #862DAF
RGB
CMYK
RGB Variations
Color information
#862DAF (or 0x862DAF) is known color: Dark Orchid. HEX triplet: 86, 2D and AF. RGB value is (134,45,175). Sum of RGB (Red+Green+Blue) = 134+45+175=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #862DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862DAF is #79D250. Grayscale: #565656. Windows color (decimal): -7983697 or 11480454. OLE color: 11480454.
HSL color Cylindrical-coordinate representation of color #862DAF: hue angle of 281.08º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #862DAF is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 45 | 175 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.31 |
| HSL | 281.08º | 0.59% | 0.43% | - |
| HSV(B) | 281.08º | 0.74% | 0.69% | - |
| XYZ | 18.51 | 10.04 | 41.52 | - |
| YUV | 86.43 | 177.99 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 175 | 0.23 | 0.74 | 0 | 0.31 | 281.08 | 0.59 | 0.43 |
| Hex | 86 | 2D | AF | 17 | 4A | 0 | 1F | 119 | 3B | 2B |
| Octal | 206 | 55 | 257 | 27 | 112 | 0 | 37 | 431 | 73 | 53 |
| Binary | 10000110 | 101101 | 10101111 | 10111 | 1001010 | 0 | 11111 | 100011001 | 111011 | 101011 |
Color Harmonies of #862DAF
Complementary color
Monochromatic Colors of #862DAF
Black with #862DAF
Text Example
Text Example
White with #862DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862DAF; }
p { color: rgb(134,45,175); }
H1.HeaderClassName
{
color: #862DAF;
}
.AnyTagClassName
{
color: #862DAF;
}
</style>
background-color css
<style>
a { background-color: #862DAF; }
a { background-color: rgb(134,45,175); }
div.DivClassName
{
background-color: #862DAF;
}
.BgClassName
{
background-color: #862DAF;
}
</style>
border-color css
<style>
span { border-color: #862DAF; }
span { border-color: rgb(134,45,175); }
td.TdClassName
{
border-color: #862DAF;
}
.TagClassName
{
border-color: #862DAF;
}
</style>