Shades of Dark Orchid #862AAF
Tints of Dark Orchid #862AAF
RGB
CMYK
RGB Variations
Color information
#862AAF (or 0x862AAF) is known color: Dark Orchid. HEX triplet: 86, 2A and AF. RGB value is (134,42,175). Sum of RGB (Red+Green+Blue) = 134+42+175=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #862AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862AAF is #79D550. Grayscale: #545454. Windows color (decimal): -7984465 or 11479686. OLE color: 11479686.
HSL color Cylindrical-coordinate representation of color #862AAF: hue angle of 281.5º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862AAF is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 42 | 175 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.31 |
| HSL | 281.5º | 0.61% | 0.43% | - |
| HSV(B) | 281.5º | 0.76% | 0.69% | - |
| XYZ | 18.4 | 9.82 | 41.48 | - |
| YUV | 84.67 | 178.98 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 42 | 175 | 0.23 | 0.76 | 0 | 0.31 | 281.5 | 0.61 | 0.43 |
| Hex | 86 | 2A | AF | 17 | 4C | 0 | 1F | 11A | 3D | 2B |
| Octal | 206 | 52 | 257 | 27 | 114 | 0 | 37 | 432 | 75 | 53 |
| Binary | 10000110 | 101010 | 10101111 | 10111 | 1001100 | 0 | 11111 | 100011010 | 111101 | 101011 |
Color Harmonies of #862AAF
Complementary color
Monochromatic Colors of #862AAF
Black with #862AAF
Text Example
Text Example
White with #862AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862AAF; }
p { color: rgb(134,42,175); }
H1.HeaderClassName
{
color: #862AAF;
}
.AnyTagClassName
{
color: #862AAF;
}
</style>
background-color css
<style>
a { background-color: #862AAF; }
a { background-color: rgb(134,42,175); }
div.DivClassName
{
background-color: #862AAF;
}
.BgClassName
{
background-color: #862AAF;
}
</style>
border-color css
<style>
span { border-color: #862AAF; }
span { border-color: rgb(134,42,175); }
td.TdClassName
{
border-color: #862AAF;
}
.TagClassName
{
border-color: #862AAF;
}
</style>