Shades of Dark Orchid #851CBD
Tints of Dark Orchid #851CBD
RGB
CMYK
RGB Variations
Color information
#851CBD (or 0x851CBD) is known color: Dark Orchid. HEX triplet: 85, 1C and BD. RGB value is (133,28,189). Sum of RGB (Red+Green+Blue) = 133+28+189=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #851CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851CBD is #7AE342. Grayscale: #4D4D4D. Windows color (decimal): -8053571 or 12393605. OLE color: 12393605.
HSL color Cylindrical-coordinate representation of color #851CBD: hue angle of 279.13º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851CBD is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 28 | 189 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.26 |
| HSL | 279.13º | 0.74% | 0.43% | - |
| HSV(B) | 279.13º | 0.85% | 0.74% | - |
| XYZ | 19.27 | 9.49 | 48.96 | - |
| YUV | 77.75 | 190.79 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 189 | 0.30 | 0.85 | 0 | 0.26 | 279.13 | 0.74 | 0.43 |
| Hex | 85 | 1C | BD | 1E | 55 | 0 | 1A | 117 | 4A | 2B |
| Octal | 205 | 34 | 275 | 36 | 125 | 0 | 32 | 427 | 112 | 53 |
| Binary | 10000101 | 11100 | 10111101 | 11110 | 1010101 | 0 | 11010 | 100010111 | 1001010 | 101011 |
Color Harmonies of #851CBD
Complementary color
Monochromatic Colors of #851CBD
Black with #851CBD
Text Example
Text Example
White with #851CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851CBD; }
p { color: rgb(133,28,189); }
H1.HeaderClassName
{
color: #851CBD;
}
.AnyTagClassName
{
color: #851CBD;
}
</style>
background-color css
<style>
a { background-color: #851CBD; }
a { background-color: rgb(133,28,189); }
div.DivClassName
{
background-color: #851CBD;
}
.BgClassName
{
background-color: #851CBD;
}
</style>
border-color css
<style>
span { border-color: #851CBD; }
span { border-color: rgb(133,28,189); }
td.TdClassName
{
border-color: #851CBD;
}
.TagClassName
{
border-color: #851CBD;
}
</style>