Shades of Dark Orchid #851BBC
Tints of Dark Orchid #851BBC
RGB
CMYK
RGB Variations
Color information
#851BBC (or 0x851BBC) is known color: Dark Orchid. HEX triplet: 85, 1B and BC. RGB value is (133,27,188). Sum of RGB (Red+Green+Blue) = 133+27+188=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #851BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851BBC is #7AE443. Grayscale: #4C4C4C. Windows color (decimal): -8053828 or 12327813. OLE color: 12327813.
HSL color Cylindrical-coordinate representation of color #851BBC: hue angle of 279.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851BBC is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 27 | 188 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.26 |
| HSL | 279.5º | 0.75% | 0.42% | - |
| HSV(B) | 279.5º | 0.86% | 0.74% | - |
| XYZ | 19.14 | 9.4 | 48.38 | - |
| YUV | 77.05 | 190.62 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 188 | 0.29 | 0.86 | 0 | 0.26 | 279.5 | 0.75 | 0.42 |
| Hex | 85 | 1B | BC | 1D | 56 | 0 | 1A | 118 | 4B | 2A |
| Octal | 205 | 33 | 274 | 35 | 126 | 0 | 32 | 430 | 113 | 52 |
| Binary | 10000101 | 11011 | 10111100 | 11101 | 1010110 | 0 | 11010 | 100011000 | 1001011 | 101010 |
Color Harmonies of #851BBC
Complementary color
Monochromatic Colors of #851BBC
Black with #851BBC
Text Example
Text Example
White with #851BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851BBC; }
p { color: rgb(133,27,188); }
H1.HeaderClassName
{
color: #851BBC;
}
.AnyTagClassName
{
color: #851BBC;
}
</style>
background-color css
<style>
a { background-color: #851BBC; }
a { background-color: rgb(133,27,188); }
div.DivClassName
{
background-color: #851BBC;
}
.BgClassName
{
background-color: #851BBC;
}
</style>
border-color css
<style>
span { border-color: #851BBC; }
span { border-color: rgb(133,27,188); }
td.TdClassName
{
border-color: #851BBC;
}
.TagClassName
{
border-color: #851BBC;
}
</style>