Shades of Dark Orchid #872FBF
Tints of Dark Orchid #872FBF
RGB
CMYK
RGB Variations
Color information
#872FBF (or 0x872FBF) is known color: Dark Orchid. HEX triplet: 87, 2F and BF. RGB value is (135,47,191). Sum of RGB (Red+Green+Blue) = 135+47+191=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #872FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872FBF is #78D040. Grayscale: #595959. Windows color (decimal): -7917633 or 12529543. OLE color: 12529543.
HSL color Cylindrical-coordinate representation of color #872FBF: hue angle of 276.67º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872FBF is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 47 | 191 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.25 |
| HSL | 276.67º | 0.61% | 0.47% | - |
| HSV(B) | 276.67º | 0.75% | 0.75% | - |
| XYZ | 20.41 | 10.95 | 50.33 | - |
| YUV | 89.73 | 185.15 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 191 | 0.29 | 0.75 | 0 | 0.25 | 276.67 | 0.61 | 0.47 |
| Hex | 87 | 2F | BF | 1D | 4B | 0 | 19 | 115 | 3D | 2F |
| Octal | 207 | 57 | 277 | 35 | 113 | 0 | 31 | 425 | 75 | 57 |
| Binary | 10000111 | 101111 | 10111111 | 11101 | 1001011 | 0 | 11001 | 100010101 | 111101 | 101111 |
Color Harmonies of #872FBF
Complementary color
Monochromatic Colors of #872FBF
Black with #872FBF
Text Example
Text Example
White with #872FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872FBF; }
p { color: rgb(135,47,191); }
H1.HeaderClassName
{
color: #872FBF;
}
.AnyTagClassName
{
color: #872FBF;
}
</style>
background-color css
<style>
a { background-color: #872FBF; }
a { background-color: rgb(135,47,191); }
div.DivClassName
{
background-color: #872FBF;
}
.BgClassName
{
background-color: #872FBF;
}
</style>
border-color css
<style>
span { border-color: #872FBF; }
span { border-color: rgb(135,47,191); }
td.TdClassName
{
border-color: #872FBF;
}
.TagClassName
{
border-color: #872FBF;
}
</style>