Shades of Dark Orchid #8623AF
Tints of Dark Orchid #8623AF
RGB
CMYK
RGB Variations
Color information
#8623AF (or 0x8623AF) is known color: Dark Orchid. HEX triplet: 86, 23 and AF. RGB value is (134,35,175). Sum of RGB (Red+Green+Blue) = 134+35+175=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #8623AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8623AF is #79DC50. Grayscale: #505050. Windows color (decimal): -7986257 or 11477894. OLE color: 11477894.
HSL color Cylindrical-coordinate representation of color #8623AF: hue angle of 282.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8623AF is Cyan = 0.23, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 35 | 175 | - |
| CMYK | 0.23 | 0.8 | 0 | 0.31 |
| HSL | 282.43º | 0.67% | 0.41% | - |
| HSV(B) | 282.43º | 0.8% | 0.69% | - |
| XYZ | 18.17 | 9.37 | 41.41 | - |
| YUV | 80.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 175 | 0.23 | 0.8 | 0 | 0.31 | 282.43 | 0.67 | 0.41 |
| Hex | 86 | 23 | AF | 17 | 50 | 0 | 1F | 11A | 43 | 29 |
| Octal | 206 | 43 | 257 | 27 | 120 | 0 | 37 | 432 | 103 | 51 |
| Binary | 10000110 | 100011 | 10101111 | 10111 | 1010000 | 0 | 11111 | 100011010 | 1000011 | 101001 |
Color Harmonies of #8623AF
Complementary color
Monochromatic Colors of #8623AF
Black with #8623AF
Text Example
Text Example
White with #8623AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8623AF; }
p { color: rgb(134,35,175); }
H1.HeaderClassName
{
color: #8623AF;
}
.AnyTagClassName
{
color: #8623AF;
}
</style>
background-color css
<style>
a { background-color: #8623AF; }
a { background-color: rgb(134,35,175); }
div.DivClassName
{
background-color: #8623AF;
}
.BgClassName
{
background-color: #8623AF;
}
</style>
border-color css
<style>
span { border-color: #8623AF; }
span { border-color: rgb(134,35,175); }
td.TdClassName
{
border-color: #8623AF;
}
.TagClassName
{
border-color: #8623AF;
}
</style>