Shades of Dark Orchid #8839CD
Tints of Dark Orchid #8839CD
RGB
CMYK
RGB Variations
Color information
#8839CD (or 0x8839CD) is known color: Dark Orchid. HEX triplet: 88, 39 and CD. RGB value is (136,57,205). Sum of RGB (Red+Green+Blue) = 136+57+205=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #8839CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8839CD is #77C632. Grayscale: #606060. Windows color (decimal): -7849523 or 13449608. OLE color: 13449608.
HSL color Cylindrical-coordinate representation of color #8839CD: hue angle of 272.03º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8839CD is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 57 | 205 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.20 |
| HSL | 272.03º | 0.6% | 0.51% | - |
| HSV(B) | 272.03º | 0.72% | 0.8% | - |
| XYZ | 22.64 | 12.57 | 58.99 | - |
| YUV | 97.49 | 188.67 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 57 | 205 | 0.34 | 0.72 | 0 | 0.20 | 272.03 | 0.6 | 0.51 |
| Hex | 88 | 39 | CD | 22 | 48 | 0 | 14 | 110 | 3C | 33 |
| Octal | 210 | 71 | 315 | 42 | 110 | 0 | 24 | 420 | 74 | 63 |
| Binary | 10001000 | 111001 | 11001101 | 100010 | 1001000 | 0 | 10100 | 100010000 | 111100 | 110011 |
Color Harmonies of #8839CD
Complementary color
Monochromatic Colors of #8839CD
Black with #8839CD
Text Example
Text Example
White with #8839CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8839CD; }
p { color: rgb(136,57,205); }
H1.HeaderClassName
{
color: #8839CD;
}
.AnyTagClassName
{
color: #8839CD;
}
</style>
background-color css
<style>
a { background-color: #8839CD; }
a { background-color: rgb(136,57,205); }
div.DivClassName
{
background-color: #8839CD;
}
.BgClassName
{
background-color: #8839CD;
}
</style>
border-color css
<style>
span { border-color: #8839CD; }
span { border-color: rgb(136,57,205); }
td.TdClassName
{
border-color: #8839CD;
}
.TagClassName
{
border-color: #8839CD;
}
</style>