Shades of Dark Orchid #8844D0
Tints of Dark Orchid #8844D0
RGB
CMYK
RGB Variations
Color information
#8844D0 (or 0x8844D0) is known color: Dark Orchid. HEX triplet: 88, 44 and D0. RGB value is (136,68,208). Sum of RGB (Red+Green+Blue) = 136+68+208=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #8844D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8844D0 is #77BB2F. Grayscale: #676767. Windows color (decimal): -7846704 or 13649032. OLE color: 13649032.
HSL color Cylindrical-coordinate representation of color #8844D0: hue angle of 269.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8844D0 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 68 | 208 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.18 |
| HSL | 269.14º | 0.6% | 0.54% | - |
| HSV(B) | 269.14º | 0.67% | 0.82% | - |
| XYZ | 23.61 | 13.92 | 61.12 | - |
| YUV | 104.29 | 186.53 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 208 | 0.35 | 0.67 | 0 | 0.18 | 269.14 | 0.6 | 0.54 |
| Hex | 88 | 44 | D0 | 23 | 43 | 0 | 12 | 10D | 3C | 36 |
| Octal | 210 | 104 | 320 | 43 | 103 | 0 | 22 | 415 | 74 | 66 |
| Binary | 10001000 | 1000100 | 11010000 | 100011 | 1000011 | 0 | 10010 | 100001101 | 111100 | 110110 |
Color Harmonies of #8844D0
Complementary color
Monochromatic Colors of #8844D0
Black with #8844D0
Text Example
Text Example
White with #8844D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8844D0; }
p { color: rgb(136,68,208); }
H1.HeaderClassName
{
color: #8844D0;
}
.AnyTagClassName
{
color: #8844D0;
}
</style>
background-color css
<style>
a { background-color: #8844D0; }
a { background-color: rgb(136,68,208); }
div.DivClassName
{
background-color: #8844D0;
}
.BgClassName
{
background-color: #8844D0;
}
</style>
border-color css
<style>
span { border-color: #8844D0; }
span { border-color: rgb(136,68,208); }
td.TdClassName
{
border-color: #8844D0;
}
.TagClassName
{
border-color: #8844D0;
}
</style>