Shades of Dark Orchid #851EB0
Tints of Dark Orchid #851EB0
RGB
CMYK
RGB Variations
Color information
#851EB0 (or 0x851EB0) is known color: Dark Orchid. HEX triplet: 85, 1E and B0. RGB value is (133,30,176). Sum of RGB (Red+Green+Blue) = 133+30+176=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #851EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851EB0 is #7AE14F. Grayscale: #4C4C4C. Windows color (decimal): -8053072 or 11542149. OLE color: 11542149.
HSL color Cylindrical-coordinate representation of color #851EB0: hue angle of 282.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851EB0 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 30 | 176 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.31 |
| HSL | 282.33º | 0.71% | 0.4% | - |
| HSV(B) | 282.33º | 0.83% | 0.69% | - |
| XYZ | 17.97 | 9.05 | 41.87 | - |
| YUV | 77.44 | 183.62 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 176 | 0.24 | 0.83 | 0 | 0.31 | 282.33 | 0.71 | 0.4 |
| Hex | 85 | 1E | B0 | 18 | 53 | 0 | 1F | 11A | 47 | 28 |
| Octal | 205 | 36 | 260 | 30 | 123 | 0 | 37 | 432 | 107 | 50 |
| Binary | 10000101 | 11110 | 10110000 | 11000 | 1010011 | 0 | 11111 | 100011010 | 1000111 | 101000 |
Color Harmonies of #851EB0
Complementary color
Monochromatic Colors of #851EB0
Black with #851EB0
Text Example
Text Example
White with #851EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851EB0; }
p { color: rgb(133,30,176); }
H1.HeaderClassName
{
color: #851EB0;
}
.AnyTagClassName
{
color: #851EB0;
}
</style>
background-color css
<style>
a { background-color: #851EB0; }
a { background-color: rgb(133,30,176); }
div.DivClassName
{
background-color: #851EB0;
}
.BgClassName
{
background-color: #851EB0;
}
</style>
border-color css
<style>
span { border-color: #851EB0; }
span { border-color: rgb(133,30,176); }
td.TdClassName
{
border-color: #851EB0;
}
.TagClassName
{
border-color: #851EB0;
}
</style>