Shades of Dark Orchid #8844D1
Tints of Dark Orchid #8844D1
RGB
CMYK
RGB Variations
Color information
#8844D1 (or 0x8844D1) is known color: Dark Orchid. HEX triplet: 88, 44 and D1. RGB value is (136,68,209). Sum of RGB (Red+Green+Blue) = 136+68+209=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #8844D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8844D1 is #77BB2E. Grayscale: #676767. Windows color (decimal): -7846703 or 13714568. OLE color: 13714568.
HSL color Cylindrical-coordinate representation of color #8844D1: hue angle of 268.94º degrees, saturation: 0.61, 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 #8844D1 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 68 | 209 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.18 |
| HSL | 268.94º | 0.61% | 0.54% | - |
| HSV(B) | 268.94º | 0.67% | 0.82% | - |
| XYZ | 23.73 | 13.97 | 61.77 | - |
| YUV | 104.41 | 187.03 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 209 | 0.35 | 0.67 | 0 | 0.18 | 268.94 | 0.61 | 0.54 |
| Hex | 88 | 44 | D1 | 23 | 43 | 0 | 12 | 10D | 3D | 36 |
| Octal | 210 | 104 | 321 | 43 | 103 | 0 | 22 | 415 | 75 | 66 |
| Binary | 10001000 | 1000100 | 11010001 | 100011 | 1000011 | 0 | 10010 | 100001101 | 111101 | 110110 |
Color Harmonies of #8844D1
Complementary color
Monochromatic Colors of #8844D1
Black with #8844D1
Text Example
Text Example
White with #8844D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8844D1; }
p { color: rgb(136,68,209); }
H1.HeaderClassName
{
color: #8844D1;
}
.AnyTagClassName
{
color: #8844D1;
}
</style>
background-color css
<style>
a { background-color: #8844D1; }
a { background-color: rgb(136,68,209); }
div.DivClassName
{
background-color: #8844D1;
}
.BgClassName
{
background-color: #8844D1;
}
</style>
border-color css
<style>
span { border-color: #8844D1; }
span { border-color: rgb(136,68,209); }
td.TdClassName
{
border-color: #8844D1;
}
.TagClassName
{
border-color: #8844D1;
}
</style>