Shades of Dark Orchid #8818B7
Tints of Dark Orchid #8818B7
RGB
CMYK
RGB Variations
Color information
#8818B7 (or 0x8818B7) is known color: Dark Orchid. HEX triplet: 88, 18 and B7. RGB value is (136,24,183). Sum of RGB (Red+Green+Blue) = 136+24+183=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 183 (71.88% from 255 or 53.35% from 343); Max value from RGB is 183 - color contains mainly: blue. Hex color #8818B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8818B7 is #77E748. Grayscale: #4B4B4B. Windows color (decimal): -7857993 or 11999368. OLE color: 11999368.
HSL color Cylindrical-coordinate representation of color #8818B7: hue angle of 282.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8818B7 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 24 | 183 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.28 |
| HSL | 282.26º | 0.77% | 0.41% | - |
| HSV(B) | 282.26º | 0.87% | 0.72% | - |
| XYZ | 19.03 | 9.31 | 45.59 | - |
| YUV | 75.61 | 188.61 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 183 | 0.26 | 0.87 | 0 | 0.28 | 282.26 | 0.77 | 0.41 |
| Hex | 88 | 18 | B7 | 1A | 57 | 0 | 1C | 11A | 4D | 29 |
| Octal | 210 | 30 | 267 | 32 | 127 | 0 | 34 | 432 | 115 | 51 |
| Binary | 10001000 | 11000 | 10110111 | 11010 | 1010111 | 0 | 11100 | 100011010 | 1001101 | 101001 |
Color Harmonies of #8818B7
Complementary color
Monochromatic Colors of #8818B7
Black with #8818B7
Text Example
Text Example
White with #8818B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8818B7; }
p { color: rgb(136,24,183); }
H1.HeaderClassName
{
color: #8818B7;
}
.AnyTagClassName
{
color: #8818B7;
}
</style>
background-color css
<style>
a { background-color: #8818B7; }
a { background-color: rgb(136,24,183); }
div.DivClassName
{
background-color: #8818B7;
}
.BgClassName
{
background-color: #8818B7;
}
</style>
border-color css
<style>
span { border-color: #8818B7; }
span { border-color: rgb(136,24,183); }
td.TdClassName
{
border-color: #8818B7;
}
.TagClassName
{
border-color: #8818B7;
}
</style>