Shades of Dark Orchid #882DAF
Tints of Dark Orchid #882DAF
RGB
CMYK
RGB Variations
Color information
#882DAF (or 0x882DAF) is known color: Dark Orchid. HEX triplet: 88, 2D and AF. RGB value is (136,45,175). Sum of RGB (Red+Green+Blue) = 136+45+175=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #882DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882DAF is #77D250. Grayscale: #565656. Windows color (decimal): -7852625 or 11480456. OLE color: 11480456.
HSL color Cylindrical-coordinate representation of color #882DAF: hue angle of 282º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882DAF is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 45 | 175 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.31 |
| HSL | 282º | 0.59% | 0.43% | - |
| HSV(B) | 282º | 0.74% | 0.69% | - |
| XYZ | 18.83 | 10.21 | 41.54 | - |
| YUV | 87.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 175 | 0.22 | 0.74 | 0 | 0.31 | 282 | 0.59 | 0.43 |
| Hex | 88 | 2D | AF | 16 | 4A | 0 | 1F | 11A | 3B | 2B |
| Octal | 210 | 55 | 257 | 26 | 112 | 0 | 37 | 432 | 73 | 53 |
| Binary | 10001000 | 101101 | 10101111 | 10110 | 1001010 | 0 | 11111 | 100011010 | 111011 | 101011 |
Color Harmonies of #882DAF
Complementary color
Monochromatic Colors of #882DAF
Black with #882DAF
Text Example
Text Example
White with #882DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DAF; }
p { color: rgb(136,45,175); }
H1.HeaderClassName
{
color: #882DAF;
}
.AnyTagClassName
{
color: #882DAF;
}
</style>
background-color css
<style>
a { background-color: #882DAF; }
a { background-color: rgb(136,45,175); }
div.DivClassName
{
background-color: #882DAF;
}
.BgClassName
{
background-color: #882DAF;
}
</style>
border-color css
<style>
span { border-color: #882DAF; }
span { border-color: rgb(136,45,175); }
td.TdClassName
{
border-color: #882DAF;
}
.TagClassName
{
border-color: #882DAF;
}
</style>