Shades of Dark Orchid #872DBB
Tints of Dark Orchid #872DBB
RGB
CMYK
RGB Variations
Color information
#872DBB (or 0x872DBB) is known color: Dark Orchid. HEX triplet: 87, 2D and BB. RGB value is (135,45,187). Sum of RGB (Red+Green+Blue) = 135+45+187=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #872DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872DBB is #78D244. Grayscale: #575757. Windows color (decimal): -7918149 or 12266887. OLE color: 12266887.
HSL color Cylindrical-coordinate representation of color #872DBB: hue angle of 278.03º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872DBB is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 45 | 187 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.27 |
| HSL | 278.03º | 0.61% | 0.45% | - |
| HSV(B) | 278.03º | 0.76% | 0.73% | - |
| XYZ | 19.9 | 10.62 | 48.01 | - |
| YUV | 88.1 | 183.82 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 187 | 0.28 | 0.76 | 0 | 0.27 | 278.03 | 0.61 | 0.45 |
| Hex | 87 | 2D | BB | 1C | 4C | 0 | 1B | 116 | 3D | 2D |
| Octal | 207 | 55 | 273 | 34 | 114 | 0 | 33 | 426 | 75 | 55 |
| Binary | 10000111 | 101101 | 10111011 | 11100 | 1001100 | 0 | 11011 | 100010110 | 111101 | 101101 |
Color Harmonies of #872DBB
Complementary color
Monochromatic Colors of #872DBB
Black with #872DBB
Text Example
Text Example
White with #872DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872DBB; }
p { color: rgb(135,45,187); }
H1.HeaderClassName
{
color: #872DBB;
}
.AnyTagClassName
{
color: #872DBB;
}
</style>
background-color css
<style>
a { background-color: #872DBB; }
a { background-color: rgb(135,45,187); }
div.DivClassName
{
background-color: #872DBB;
}
.BgClassName
{
background-color: #872DBB;
}
</style>
border-color css
<style>
span { border-color: #872DBB; }
span { border-color: rgb(135,45,187); }
td.TdClassName
{
border-color: #872DBB;
}
.TagClassName
{
border-color: #872DBB;
}
</style>