Shades of Dark Orchid #8836AF
Tints of Dark Orchid #8836AF
RGB
CMYK
RGB Variations
Color information
#8836AF (or 0x8836AF) is known color: Dark Orchid. HEX triplet: 88, 36 and AF. RGB value is (136,54,175). Sum of RGB (Red+Green+Blue) = 136+54+175=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #8836AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8836AF is #77C950. Grayscale: #5B5B5B. Windows color (decimal): -7850321 or 11482760. OLE color: 11482760.
HSL color Cylindrical-coordinate representation of color #8836AF: hue angle of 280.66º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8836AF is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 54 | 175 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.31 |
| HSL | 280.66º | 0.53% | 0.45% | - |
| HSV(B) | 280.66º | 0.69% | 0.69% | - |
| XYZ | 19.21 | 10.97 | 41.66 | - |
| YUV | 92.31 | 174.67 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 175 | 0.22 | 0.69 | 0 | 0.31 | 280.66 | 0.53 | 0.45 |
| Hex | 88 | 36 | AF | 16 | 45 | 0 | 1F | 119 | 35 | 2D |
| Octal | 210 | 66 | 257 | 26 | 105 | 0 | 37 | 431 | 65 | 55 |
| Binary | 10001000 | 110110 | 10101111 | 10110 | 1000101 | 0 | 11111 | 100011001 | 110101 | 101101 |
Color Harmonies of #8836AF
Complementary color
Monochromatic Colors of #8836AF
Black with #8836AF
Text Example
Text Example
White with #8836AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8836AF; }
p { color: rgb(136,54,175); }
H1.HeaderClassName
{
color: #8836AF;
}
.AnyTagClassName
{
color: #8836AF;
}
</style>
background-color css
<style>
a { background-color: #8836AF; }
a { background-color: rgb(136,54,175); }
div.DivClassName
{
background-color: #8836AF;
}
.BgClassName
{
background-color: #8836AF;
}
</style>
border-color css
<style>
span { border-color: #8836AF; }
span { border-color: rgb(136,54,175); }
td.TdClassName
{
border-color: #8836AF;
}
.TagClassName
{
border-color: #8836AF;
}
</style>