Shades of Dark Orchid #851CBA
Tints of Dark Orchid #851CBA
RGB
CMYK
RGB Variations
Color information
#851CBA (or 0x851CBA) is known color: Dark Orchid. HEX triplet: 85, 1C and BA. RGB value is (133,28,186). Sum of RGB (Red+Green+Blue) = 133+28+186=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #851CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851CBA is #7AE345. Grayscale: #4C4C4C. Windows color (decimal): -8053574 or 12196997. OLE color: 12196997.
HSL color Cylindrical-coordinate representation of color #851CBA: hue angle of 279.87º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851CBA is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 28 | 186 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.27 |
| HSL | 279.87º | 0.74% | 0.42% | - |
| HSV(B) | 279.87º | 0.85% | 0.73% | - |
| XYZ | 18.95 | 9.36 | 47.26 | - |
| YUV | 77.41 | 189.29 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 186 | 0.28 | 0.85 | 0 | 0.27 | 279.87 | 0.74 | 0.42 |
| Hex | 85 | 1C | BA | 1C | 55 | 0 | 1B | 118 | 4A | 2A |
| Octal | 205 | 34 | 272 | 34 | 125 | 0 | 33 | 430 | 112 | 52 |
| Binary | 10000101 | 11100 | 10111010 | 11100 | 1010101 | 0 | 11011 | 100011000 | 1001010 | 101010 |
Color Harmonies of #851CBA
Complementary color
Monochromatic Colors of #851CBA
Black with #851CBA
Text Example
Text Example
White with #851CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851CBA; }
p { color: rgb(133,28,186); }
H1.HeaderClassName
{
color: #851CBA;
}
.AnyTagClassName
{
color: #851CBA;
}
</style>
background-color css
<style>
a { background-color: #851CBA; }
a { background-color: rgb(133,28,186); }
div.DivClassName
{
background-color: #851CBA;
}
.BgClassName
{
background-color: #851CBA;
}
</style>
border-color css
<style>
span { border-color: #851CBA; }
span { border-color: rgb(133,28,186); }
td.TdClassName
{
border-color: #851CBA;
}
.TagClassName
{
border-color: #851CBA;
}
</style>