Shades of Dark Orchid #873BCF
Tints of Dark Orchid #873BCF
RGB
CMYK
RGB Variations
Color information
#873BCF (or 0x873BCF) is known color: Dark Orchid. HEX triplet: 87, 3B and CF. RGB value is (135,59,207). Sum of RGB (Red+Green+Blue) = 135+59+207=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #873BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873BCF is #78C430. Grayscale: #626262. Windows color (decimal): -7914545 or 13581191. OLE color: 13581191.
HSL color Cylindrical-coordinate representation of color #873BCF: hue angle of 270.81º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #873BCF is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 59 | 207 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.19 |
| HSL | 270.81º | 0.61% | 0.52% | - |
| HSV(B) | 270.81º | 0.71% | 0.81% | - |
| XYZ | 22.82 | 12.78 | 60.3 | - |
| YUV | 98.6 | 189.18 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 59 | 207 | 0.35 | 0.71 | 0 | 0.19 | 270.81 | 0.61 | 0.52 |
| Hex | 87 | 3B | CF | 23 | 47 | 0 | 13 | 10F | 3D | 34 |
| Octal | 207 | 73 | 317 | 43 | 107 | 0 | 23 | 417 | 75 | 64 |
| Binary | 10000111 | 111011 | 11001111 | 100011 | 1000111 | 0 | 10011 | 100001111 | 111101 | 110100 |
Color Harmonies of #873BCF
Complementary color
Monochromatic Colors of #873BCF
Black with #873BCF
Text Example
Text Example
White with #873BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873BCF; }
p { color: rgb(135,59,207); }
H1.HeaderClassName
{
color: #873BCF;
}
.AnyTagClassName
{
color: #873BCF;
}
</style>
background-color css
<style>
a { background-color: #873BCF; }
a { background-color: rgb(135,59,207); }
div.DivClassName
{
background-color: #873BCF;
}
.BgClassName
{
background-color: #873BCF;
}
</style>
border-color css
<style>
span { border-color: #873BCF; }
span { border-color: rgb(135,59,207); }
td.TdClassName
{
border-color: #873BCF;
}
.TagClassName
{
border-color: #873BCF;
}
</style>