Shades of Dark Orchid #8839D0
Tints of Dark Orchid #8839D0
RGB
CMYK
RGB Variations
Color information
#8839D0 (or 0x8839D0) is known color: Dark Orchid. HEX triplet: 88, 39 and D0. RGB value is (136,57,208). Sum of RGB (Red+Green+Blue) = 136+57+208=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #8839D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8839D0 is #77C62F. Grayscale: #616161. Windows color (decimal): -7849520 or 13646216. OLE color: 13646216.
HSL color Cylindrical-coordinate representation of color #8839D0: hue angle of 271.39º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8839D0 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 57 | 208 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.18 |
| HSL | 271.39º | 0.62% | 0.52% | - |
| HSV(B) | 271.39º | 0.73% | 0.82% | - |
| XYZ | 23 | 12.71 | 60.92 | - |
| YUV | 97.84 | 190.17 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 57 | 208 | 0.35 | 0.73 | 0 | 0.18 | 271.39 | 0.62 | 0.52 |
| Hex | 88 | 39 | D0 | 23 | 49 | 0 | 12 | 10F | 3E | 34 |
| Octal | 210 | 71 | 320 | 43 | 111 | 0 | 22 | 417 | 76 | 64 |
| Binary | 10001000 | 111001 | 11010000 | 100011 | 1001001 | 0 | 10010 | 100001111 | 111110 | 110100 |
Color Harmonies of #8839D0
Complementary color
Monochromatic Colors of #8839D0
Black with #8839D0
Text Example
Text Example
White with #8839D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8839D0; }
p { color: rgb(136,57,208); }
H1.HeaderClassName
{
color: #8839D0;
}
.AnyTagClassName
{
color: #8839D0;
}
</style>
background-color css
<style>
a { background-color: #8839D0; }
a { background-color: rgb(136,57,208); }
div.DivClassName
{
background-color: #8839D0;
}
.BgClassName
{
background-color: #8839D0;
}
</style>
border-color css
<style>
span { border-color: #8839D0; }
span { border-color: rgb(136,57,208); }
td.TdClassName
{
border-color: #8839D0;
}
.TagClassName
{
border-color: #8839D0;
}
</style>