Shades of Dark Orchid #872DB5
Tints of Dark Orchid #872DB5
RGB
CMYK
RGB Variations
Color information
#872DB5 (or 0x872DB5) is known color: Dark Orchid. HEX triplet: 87, 2D and B5. RGB value is (135,45,181). Sum of RGB (Red+Green+Blue) = 135+45+181=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #872DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872DB5 is #78D24A. Grayscale: #565656. Windows color (decimal): -7918155 or 11873671. OLE color: 11873671.
HSL color Cylindrical-coordinate representation of color #872DB5: hue angle of 279.71º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872DB5 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 45 | 181 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.29 |
| HSL | 279.71º | 0.6% | 0.44% | - |
| HSV(B) | 279.71º | 0.75% | 0.71% | - |
| XYZ | 19.27 | 10.36 | 44.7 | - |
| YUV | 87.41 | 180.82 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 181 | 0.25 | 0.75 | 0 | 0.29 | 279.71 | 0.6 | 0.44 |
| Hex | 87 | 2D | B5 | 19 | 4B | 0 | 1D | 118 | 3C | 2C |
| Octal | 207 | 55 | 265 | 31 | 113 | 0 | 35 | 430 | 74 | 54 |
| Binary | 10000111 | 101101 | 10110101 | 11001 | 1001011 | 0 | 11101 | 100011000 | 111100 | 101100 |
Color Harmonies of #872DB5
Complementary color
Monochromatic Colors of #872DB5
Black with #872DB5
Text Example
Text Example
White with #872DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872DB5; }
p { color: rgb(135,45,181); }
H1.HeaderClassName
{
color: #872DB5;
}
.AnyTagClassName
{
color: #872DB5;
}
</style>
background-color css
<style>
a { background-color: #872DB5; }
a { background-color: rgb(135,45,181); }
div.DivClassName
{
background-color: #872DB5;
}
.BgClassName
{
background-color: #872DB5;
}
</style>
border-color css
<style>
span { border-color: #872DB5; }
span { border-color: rgb(135,45,181); }
td.TdClassName
{
border-color: #872DB5;
}
.TagClassName
{
border-color: #872DB5;
}
</style>