Shades of Dark Orchid #851DB2
Tints of Dark Orchid #851DB2
RGB
CMYK
RGB Variations
Color information
#851DB2 (or 0x851DB2) is known color: Dark Orchid. HEX triplet: 85, 1D and B2. RGB value is (133,29,178). Sum of RGB (Red+Green+Blue) = 133+29+178=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #851DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851DB2 is #7AE24D. Grayscale: #4C4C4C. Windows color (decimal): -8053326 or 11672965. OLE color: 11672965.
HSL color Cylindrical-coordinate representation of color #851DB2: hue angle of 281.88º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851DB2 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 29 | 178 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.30 |
| HSL | 281.88º | 0.72% | 0.41% | - |
| HSV(B) | 281.88º | 0.84% | 0.7% | - |
| XYZ | 18.15 | 9.08 | 42.92 | - |
| YUV | 77.08 | 184.96 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 178 | 0.25 | 0.84 | 0 | 0.30 | 281.88 | 0.72 | 0.41 |
| Hex | 85 | 1D | B2 | 19 | 54 | 0 | 1E | 11A | 48 | 29 |
| Octal | 205 | 35 | 262 | 31 | 124 | 0 | 36 | 432 | 110 | 51 |
| Binary | 10000101 | 11101 | 10110010 | 11001 | 1010100 | 0 | 11110 | 100011010 | 1001000 | 101001 |
Color Harmonies of #851DB2
Complementary color
Monochromatic Colors of #851DB2
Black with #851DB2
Text Example
Text Example
White with #851DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851DB2; }
p { color: rgb(133,29,178); }
H1.HeaderClassName
{
color: #851DB2;
}
.AnyTagClassName
{
color: #851DB2;
}
</style>
background-color css
<style>
a { background-color: #851DB2; }
a { background-color: rgb(133,29,178); }
div.DivClassName
{
background-color: #851DB2;
}
.BgClassName
{
background-color: #851DB2;
}
</style>
border-color css
<style>
span { border-color: #851DB2; }
span { border-color: rgb(133,29,178); }
td.TdClassName
{
border-color: #851DB2;
}
.TagClassName
{
border-color: #851DB2;
}
</style>