Shades of Dark Orchid #8621AF
Tints of Dark Orchid #8621AF
RGB
CMYK
RGB Variations
Color information
#8621AF (or 0x8621AF) is known color: Dark Orchid. HEX triplet: 86, 21 and AF. RGB value is (134,33,175). Sum of RGB (Red+Green+Blue) = 134+33+175=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #8621AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8621AF is #79DE50. Grayscale: #4E4E4E. Windows color (decimal): -7986769 or 11477382. OLE color: 11477382.
HSL color Cylindrical-coordinate representation of color #8621AF: hue angle of 282.68º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8621AF is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 33 | 175 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.31 |
| HSL | 282.68º | 0.68% | 0.41% | - |
| HSV(B) | 282.68º | 0.81% | 0.69% | - |
| XYZ | 18.11 | 9.25 | 41.39 | - |
| YUV | 79.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 175 | 0.23 | 0.81 | 0 | 0.31 | 282.68 | 0.68 | 0.41 |
| Hex | 86 | 21 | AF | 17 | 51 | 0 | 1F | 11B | 44 | 29 |
| Octal | 206 | 41 | 257 | 27 | 121 | 0 | 37 | 433 | 104 | 51 |
| Binary | 10000110 | 100001 | 10101111 | 10111 | 1010001 | 0 | 11111 | 100011011 | 1000100 | 101001 |
Color Harmonies of #8621AF
Complementary color
Monochromatic Colors of #8621AF
Black with #8621AF
Text Example
Text Example
White with #8621AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8621AF; }
p { color: rgb(134,33,175); }
H1.HeaderClassName
{
color: #8621AF;
}
.AnyTagClassName
{
color: #8621AF;
}
</style>
background-color css
<style>
a { background-color: #8621AF; }
a { background-color: rgb(134,33,175); }
div.DivClassName
{
background-color: #8621AF;
}
.BgClassName
{
background-color: #8621AF;
}
</style>
border-color css
<style>
span { border-color: #8621AF; }
span { border-color: rgb(134,33,175); }
td.TdClassName
{
border-color: #8621AF;
}
.TagClassName
{
border-color: #8621AF;
}
</style>