Shades of Dark Orchid #8829AF
Tints of Dark Orchid #8829AF
RGB
CMYK
RGB Variations
Color information
#8829AF (or 0x8829AF) is known color: Dark Orchid. HEX triplet: 88, 29 and AF. RGB value is (136,41,175). Sum of RGB (Red+Green+Blue) = 136+41+175=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #8829AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8829AF is #77D650. Grayscale: #545454. Windows color (decimal): -7853649 or 11479432. OLE color: 11479432.
HSL color Cylindrical-coordinate representation of color #8829AF: hue angle of 282.54º degrees, saturation: 0.62, 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 #8829AF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 41 | 175 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.31 |
| HSL | 282.54º | 0.62% | 0.42% | - |
| HSV(B) | 282.54º | 0.77% | 0.69% | - |
| XYZ | 18.68 | 9.92 | 41.49 | - |
| YUV | 84.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 175 | 0.22 | 0.77 | 0 | 0.31 | 282.54 | 0.62 | 0.42 |
| Hex | 88 | 29 | AF | 16 | 4D | 0 | 1F | 11B | 3E | 2A |
| Octal | 210 | 51 | 257 | 26 | 115 | 0 | 37 | 433 | 76 | 52 |
| Binary | 10001000 | 101001 | 10101111 | 10110 | 1001101 | 0 | 11111 | 100011011 | 111110 | 101010 |
Color Harmonies of #8829AF
Complementary color
Monochromatic Colors of #8829AF
Black with #8829AF
Text Example
Text Example
White with #8829AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8829AF; }
p { color: rgb(136,41,175); }
H1.HeaderClassName
{
color: #8829AF;
}
.AnyTagClassName
{
color: #8829AF;
}
</style>
background-color css
<style>
a { background-color: #8829AF; }
a { background-color: rgb(136,41,175); }
div.DivClassName
{
background-color: #8829AF;
}
.BgClassName
{
background-color: #8829AF;
}
</style>
border-color css
<style>
span { border-color: #8829AF; }
span { border-color: rgb(136,41,175); }
td.TdClassName
{
border-color: #8829AF;
}
.TagClassName
{
border-color: #8829AF;
}
</style>