Shades of Dark Orchid #881FAF
Tints of Dark Orchid #881FAF
RGB
CMYK
RGB Variations
Color information
#881FAF (or 0x881FAF) is known color: Dark Orchid. HEX triplet: 88, 1F and AF. RGB value is (136,31,175). Sum of RGB (Red+Green+Blue) = 136+31+175=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 31 (12.5% from 255 or 9.06% 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 #881FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881FAF is #77E050. Grayscale: #4E4E4E. Windows color (decimal): -7856209 or 11476872. OLE color: 11476872.
HSL color Cylindrical-coordinate representation of color #881FAF: hue angle of 283.75º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881FAF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 31 | 175 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.31 |
| HSL | 283.75º | 0.7% | 0.4% | - |
| HSV(B) | 283.75º | 0.82% | 0.69% | - |
| XYZ | 18.38 | 9.31 | 41.39 | - |
| YUV | 78.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 175 | 0.22 | 0.82 | 0 | 0.31 | 283.75 | 0.7 | 0.4 |
| Hex | 88 | 1F | AF | 16 | 52 | 0 | 1F | 11C | 46 | 28 |
| Octal | 210 | 37 | 257 | 26 | 122 | 0 | 37 | 434 | 106 | 50 |
| Binary | 10001000 | 11111 | 10101111 | 10110 | 1010010 | 0 | 11111 | 100011100 | 1000110 | 101000 |
Color Harmonies of #881FAF
Complementary color
Monochromatic Colors of #881FAF
Black with #881FAF
Text Example
Text Example
White with #881FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881FAF; }
p { color: rgb(136,31,175); }
H1.HeaderClassName
{
color: #881FAF;
}
.AnyTagClassName
{
color: #881FAF;
}
</style>
background-color css
<style>
a { background-color: #881FAF; }
a { background-color: rgb(136,31,175); }
div.DivClassName
{
background-color: #881FAF;
}
.BgClassName
{
background-color: #881FAF;
}
</style>
border-color css
<style>
span { border-color: #881FAF; }
span { border-color: rgb(136,31,175); }
td.TdClassName
{
border-color: #881FAF;
}
.TagClassName
{
border-color: #881FAF;
}
</style>