Shades of Dark Orchid #8823AF
Tints of Dark Orchid #8823AF
RGB
CMYK
RGB Variations
Color information
#8823AF (or 0x8823AF) is known color: Dark Orchid. HEX triplet: 88, 23 and AF. RGB value is (136,35,175). Sum of RGB (Red+Green+Blue) = 136+35+175=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #8823AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8823AF is #77DC50. Grayscale: #505050. Windows color (decimal): -7855185 or 11477896. OLE color: 11477896.
HSL color Cylindrical-coordinate representation of color #8823AF: hue angle of 283.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8823AF is Cyan = 0.22, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 35 | 175 | - |
| CMYK | 0.22 | 0.8 | 0 | 0.31 |
| HSL | 283.29º | 0.67% | 0.41% | - |
| HSV(B) | 283.29º | 0.8% | 0.69% | - |
| XYZ | 18.49 | 9.53 | 41.42 | - |
| YUV | 81.16 | 180.96 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 175 | 0.22 | 0.8 | 0 | 0.31 | 283.29 | 0.67 | 0.41 |
| Hex | 88 | 23 | AF | 16 | 50 | 0 | 1F | 11B | 43 | 29 |
| Octal | 210 | 43 | 257 | 26 | 120 | 0 | 37 | 433 | 103 | 51 |
| Binary | 10001000 | 100011 | 10101111 | 10110 | 1010000 | 0 | 11111 | 100011011 | 1000011 | 101001 |
Color Harmonies of #8823AF
Complementary color
Monochromatic Colors of #8823AF
Black with #8823AF
Text Example
Text Example
White with #8823AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8823AF; }
p { color: rgb(136,35,175); }
H1.HeaderClassName
{
color: #8823AF;
}
.AnyTagClassName
{
color: #8823AF;
}
</style>
background-color css
<style>
a { background-color: #8823AF; }
a { background-color: rgb(136,35,175); }
div.DivClassName
{
background-color: #8823AF;
}
.BgClassName
{
background-color: #8823AF;
}
</style>
border-color css
<style>
span { border-color: #8823AF; }
span { border-color: rgb(136,35,175); }
td.TdClassName
{
border-color: #8823AF;
}
.TagClassName
{
border-color: #8823AF;
}
</style>