Shades of Dark Orchid #882DC9
Tints of Dark Orchid #882DC9
RGB
CMYK
RGB Variations
Color information
#882DC9 (or 0x882DC9) is known color: Dark Orchid. HEX triplet: 88, 2D and C9. RGB value is (136,45,201). Sum of RGB (Red+Green+Blue) = 136+45+201=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #882DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DC9 is #77D236. Grayscale: #595959. Windows color (decimal): -7852599 or 13184392. OLE color: 13184392.
HSL color Cylindrical-coordinate representation of color #882DC9: hue angle of 275º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #882DC9 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 45 | 201 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.21 |
| HSL | 275º | 0.63% | 0.48% | - |
| HSV(B) | 275º | 0.78% | 0.79% | - |
| XYZ | 21.63 | 11.33 | 56.3 | - |
| YUV | 89.99 | 190.65 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 201 | 0.32 | 0.78 | 0 | 0.21 | 275 | 0.63 | 0.48 |
| Hex | 88 | 2D | C9 | 20 | 4E | 0 | 15 | 113 | 3F | 30 |
| Octal | 210 | 55 | 311 | 40 | 116 | 0 | 25 | 423 | 77 | 60 |
| Binary | 10001000 | 101101 | 11001001 | 100000 | 1001110 | 0 | 10101 | 100010011 | 111111 | 110000 |
Color Harmonies of #882DC9
Complementary color
Monochromatic Colors of #882DC9
Black with #882DC9
Text Example
Text Example
White with #882DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DC9; }
p { color: rgb(136,45,201); }
H1.HeaderClassName
{
color: #882DC9;
}
.AnyTagClassName
{
color: #882DC9;
}
</style>
background-color css
<style>
a { background-color: #882DC9; }
a { background-color: rgb(136,45,201); }
div.DivClassName
{
background-color: #882DC9;
}
.BgClassName
{
background-color: #882DC9;
}
</style>
border-color css
<style>
span { border-color: #882DC9; }
span { border-color: rgb(136,45,201); }
td.TdClassName
{
border-color: #882DC9;
}
.TagClassName
{
border-color: #882DC9;
}
</style>