Shades of Dark Orchid #872BCA
Tints of Dark Orchid #872BCA
RGB
CMYK
RGB Variations
Color information
#872BCA (or 0x872BCA) is known color: Dark Orchid. HEX triplet: 87, 2B and CA. RGB value is (135,43,202). Sum of RGB (Red+Green+Blue) = 135+43+202=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #872BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872BCA is #78D435. Grayscale: #585858. Windows color (decimal): -7918646 or 13249415. OLE color: 13249415.
HSL color Cylindrical-coordinate representation of color #872BCA: hue angle of 274.72º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #872BCA is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 43 | 202 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.21 |
| HSL | 274.72º | 0.65% | 0.48% | - |
| HSV(B) | 274.72º | 0.79% | 0.79% | - |
| XYZ | 21.52 | 11.14 | 56.89 | - |
| YUV | 88.63 | 191.98 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 43 | 202 | 0.33 | 0.79 | 0 | 0.21 | 274.72 | 0.65 | 0.48 |
| Hex | 87 | 2B | CA | 21 | 4F | 0 | 15 | 113 | 41 | 30 |
| Octal | 207 | 53 | 312 | 41 | 117 | 0 | 25 | 423 | 101 | 60 |
| Binary | 10000111 | 101011 | 11001010 | 100001 | 1001111 | 0 | 10101 | 100010011 | 1000001 | 110000 |
Color Harmonies of #872BCA
Complementary color
Monochromatic Colors of #872BCA
Black with #872BCA
Text Example
Text Example
White with #872BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872BCA; }
p { color: rgb(135,43,202); }
H1.HeaderClassName
{
color: #872BCA;
}
.AnyTagClassName
{
color: #872BCA;
}
</style>
background-color css
<style>
a { background-color: #872BCA; }
a { background-color: rgb(135,43,202); }
div.DivClassName
{
background-color: #872BCA;
}
.BgClassName
{
background-color: #872BCA;
}
</style>
border-color css
<style>
span { border-color: #872BCA; }
span { border-color: rgb(135,43,202); }
td.TdClassName
{
border-color: #872BCA;
}
.TagClassName
{
border-color: #872BCA;
}
</style>