Shades of Dark Orchid #851EB6
Tints of Dark Orchid #851EB6
RGB
CMYK
RGB Variations
Color information
#851EB6 (or 0x851EB6) is known color: Dark Orchid. HEX triplet: 85, 1E and B6. RGB value is (133,30,182). Sum of RGB (Red+Green+Blue) = 133+30+182=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #851EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851EB6 is #7AE149. Grayscale: #4D4D4D. Windows color (decimal): -8053066 or 11935365. OLE color: 11935365.
HSL color Cylindrical-coordinate representation of color #851EB6: hue angle of 280.66º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851EB6 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 30 | 182 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.29 |
| HSL | 280.66º | 0.72% | 0.42% | - |
| HSV(B) | 280.66º | 0.84% | 0.71% | - |
| XYZ | 18.58 | 9.29 | 45.07 | - |
| YUV | 78.13 | 186.62 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 182 | 0.27 | 0.84 | 0 | 0.29 | 280.66 | 0.72 | 0.42 |
| Hex | 85 | 1E | B6 | 1B | 54 | 0 | 1D | 119 | 48 | 2A |
| Octal | 205 | 36 | 266 | 33 | 124 | 0 | 35 | 431 | 110 | 52 |
| Binary | 10000101 | 11110 | 10110110 | 11011 | 1010100 | 0 | 11101 | 100011001 | 1001000 | 101010 |
Color Harmonies of #851EB6
Complementary color
Monochromatic Colors of #851EB6
Black with #851EB6
Text Example
Text Example
White with #851EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851EB6; }
p { color: rgb(133,30,182); }
H1.HeaderClassName
{
color: #851EB6;
}
.AnyTagClassName
{
color: #851EB6;
}
</style>
background-color css
<style>
a { background-color: #851EB6; }
a { background-color: rgb(133,30,182); }
div.DivClassName
{
background-color: #851EB6;
}
.BgClassName
{
background-color: #851EB6;
}
</style>
border-color css
<style>
span { border-color: #851EB6; }
span { border-color: rgb(133,30,182); }
td.TdClassName
{
border-color: #851EB6;
}
.TagClassName
{
border-color: #851EB6;
}
</style>