Shades of Dark Orchid #8D26AF
Tints of Dark Orchid #8D26AF
RGB
CMYK
RGB Variations
Color information
#8D26AF (or 0x8D26AF) is known color: Dark Orchid. HEX triplet: 8D, 26 and AF. RGB value is (141,38,175). Sum of RGB (Red+Green+Blue) = 141+38+175=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 38 (15.23% from 255 or 10.73% 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 #8D26AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D26AF is #72D950. Grayscale: #535353. Windows color (decimal): -7526737 or 11478669. OLE color: 11478669.
HSL color Cylindrical-coordinate representation of color #8D26AF: hue angle of 285.11º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D26AF is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 38 | 175 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.31 |
| HSL | 285.11º | 0.64% | 0.42% | - |
| HSV(B) | 285.11º | 0.78% | 0.69% | - |
| XYZ | 19.42 | 10.14 | 41.49 | - |
| YUV | 84.42 | 179.12 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 175 | 0.19 | 0.78 | 0 | 0.31 | 285.11 | 0.64 | 0.42 |
| Hex | 8D | 26 | AF | 13 | 4E | 0 | 1F | 11D | 40 | 2A |
| Octal | 215 | 46 | 257 | 23 | 116 | 0 | 37 | 435 | 100 | 52 |
| Binary | 10001101 | 100110 | 10101111 | 10011 | 1001110 | 0 | 11111 | 100011101 | 1000000 | 101010 |
Color Harmonies of #8D26AF
Complementary color
Monochromatic Colors of #8D26AF
Black with #8D26AF
Text Example
Text Example
White with #8D26AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D26AF; }
p { color: rgb(141,38,175); }
H1.HeaderClassName
{
color: #8D26AF;
}
.AnyTagClassName
{
color: #8D26AF;
}
</style>
background-color css
<style>
a { background-color: #8D26AF; }
a { background-color: rgb(141,38,175); }
div.DivClassName
{
background-color: #8D26AF;
}
.BgClassName
{
background-color: #8D26AF;
}
</style>
border-color css
<style>
span { border-color: #8D26AF; }
span { border-color: rgb(141,38,175); }
td.TdClassName
{
border-color: #8D26AF;
}
.TagClassName
{
border-color: #8D26AF;
}
</style>