Shades of Dark Orchid #8841CD
Tints of Dark Orchid #8841CD
RGB
CMYK
RGB Variations
Color information
#8841CD (or 0x8841CD) is known color: Dark Orchid. HEX triplet: 88, 41 and CD. RGB value is (136,65,205). Sum of RGB (Red+Green+Blue) = 136+65+205=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #8841CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8841CD is #77BE32. Grayscale: #656565. Windows color (decimal): -7847475 or 13451656. OLE color: 13451656.
HSL color Cylindrical-coordinate representation of color #8841CD: hue angle of 270.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8841CD is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 65 | 205 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.20 |
| HSL | 270.43º | 0.58% | 0.53% | - |
| HSV(B) | 270.43º | 0.68% | 0.8% | - |
| XYZ | 23.06 | 13.42 | 59.13 | - |
| YUV | 102.19 | 186.02 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 205 | 0.34 | 0.68 | 0 | 0.20 | 270.43 | 0.58 | 0.53 |
| Hex | 88 | 41 | CD | 22 | 44 | 0 | 14 | 10E | 3A | 35 |
| Octal | 210 | 101 | 315 | 42 | 104 | 0 | 24 | 416 | 72 | 65 |
| Binary | 10001000 | 1000001 | 11001101 | 100010 | 1000100 | 0 | 10100 | 100001110 | 111010 | 110101 |
Color Harmonies of #8841CD
Complementary color
Monochromatic Colors of #8841CD
Black with #8841CD
Text Example
Text Example
White with #8841CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8841CD; }
p { color: rgb(136,65,205); }
H1.HeaderClassName
{
color: #8841CD;
}
.AnyTagClassName
{
color: #8841CD;
}
</style>
background-color css
<style>
a { background-color: #8841CD; }
a { background-color: rgb(136,65,205); }
div.DivClassName
{
background-color: #8841CD;
}
.BgClassName
{
background-color: #8841CD;
}
</style>
border-color css
<style>
span { border-color: #8841CD; }
span { border-color: rgb(136,65,205); }
td.TdClassName
{
border-color: #8841CD;
}
.TagClassName
{
border-color: #8841CD;
}
</style>