Shades of Dark Orchid #8628AF
Tints of Dark Orchid #8628AF
RGB
CMYK
RGB Variations
Color information
#8628AF (or 0x8628AF) is known color: Dark Orchid. HEX triplet: 86, 28 and AF. RGB value is (134,40,175). Sum of RGB (Red+Green+Blue) = 134+40+175=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #8628AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8628AF is #79D750. Grayscale: #535353. Windows color (decimal): -7984977 or 11479174. OLE color: 11479174.
HSL color Cylindrical-coordinate representation of color #8628AF: hue angle of 281.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8628AF is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 40 | 175 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.31 |
| HSL | 281.78º | 0.63% | 0.42% | - |
| HSV(B) | 281.78º | 0.77% | 0.69% | - |
| XYZ | 18.33 | 9.68 | 41.46 | - |
| YUV | 83.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 175 | 0.23 | 0.77 | 0 | 0.31 | 281.78 | 0.63 | 0.42 |
| Hex | 86 | 28 | AF | 17 | 4D | 0 | 1F | 11A | 3F | 2A |
| Octal | 206 | 50 | 257 | 27 | 115 | 0 | 37 | 432 | 77 | 52 |
| Binary | 10000110 | 101000 | 10101111 | 10111 | 1001101 | 0 | 11111 | 100011010 | 111111 | 101010 |
Color Harmonies of #8628AF
Complementary color
Monochromatic Colors of #8628AF
Black with #8628AF
Text Example
Text Example
White with #8628AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8628AF; }
p { color: rgb(134,40,175); }
H1.HeaderClassName
{
color: #8628AF;
}
.AnyTagClassName
{
color: #8628AF;
}
</style>
background-color css
<style>
a { background-color: #8628AF; }
a { background-color: rgb(134,40,175); }
div.DivClassName
{
background-color: #8628AF;
}
.BgClassName
{
background-color: #8628AF;
}
</style>
border-color css
<style>
span { border-color: #8628AF; }
span { border-color: rgb(134,40,175); }
td.TdClassName
{
border-color: #8628AF;
}
.TagClassName
{
border-color: #8628AF;
}
</style>