Shades of Dark Orchid #851AB2
Tints of Dark Orchid #851AB2
RGB
CMYK
RGB Variations
Color information
#851AB2 (or 0x851AB2) is known color: Dark Orchid. HEX triplet: 85, 1A and B2. RGB value is (133,26,178). Sum of RGB (Red+Green+Blue) = 133+26+178=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 178 (69.92% from 255 or 52.82% from 337); Max value from RGB is 178 - color contains mainly: blue. Hex color #851AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851AB2 is #7AE54D. Grayscale: #4A4A4A. Windows color (decimal): -8054094 or 11672197. OLE color: 11672197.
HSL color Cylindrical-coordinate representation of color #851AB2: hue angle of 282.24º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851AB2 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 26 | 178 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.30 |
| HSL | 282.24º | 0.75% | 0.4% | - |
| HSV(B) | 282.24º | 0.85% | 0.7% | - |
| XYZ | 18.08 | 8.94 | 42.89 | - |
| YUV | 75.32 | 185.95 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 178 | 0.25 | 0.85 | 0 | 0.30 | 282.24 | 0.75 | 0.4 |
| Hex | 85 | 1A | B2 | 19 | 55 | 0 | 1E | 11A | 4B | 28 |
| Octal | 205 | 32 | 262 | 31 | 125 | 0 | 36 | 432 | 113 | 50 |
| Binary | 10000101 | 11010 | 10110010 | 11001 | 1010101 | 0 | 11110 | 100011010 | 1001011 | 101000 |
Color Harmonies of #851AB2
Complementary color
Monochromatic Colors of #851AB2
Black with #851AB2
Text Example
Text Example
White with #851AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851AB2; }
p { color: rgb(133,26,178); }
H1.HeaderClassName
{
color: #851AB2;
}
.AnyTagClassName
{
color: #851AB2;
}
</style>
background-color css
<style>
a { background-color: #851AB2; }
a { background-color: rgb(133,26,178); }
div.DivClassName
{
background-color: #851AB2;
}
.BgClassName
{
background-color: #851AB2;
}
</style>
border-color css
<style>
span { border-color: #851AB2; }
span { border-color: rgb(133,26,178); }
td.TdClassName
{
border-color: #851AB2;
}
.TagClassName
{
border-color: #851AB2;
}
</style>