Shades of Dark Orchid #851EC9
Tints of Dark Orchid #851EC9
RGB
CMYK
RGB Variations
Color information
#851EC9 (or 0x851EC9) is known color: Dark Orchid. HEX triplet: 85, 1E and C9. RGB value is (133,30,201). Sum of RGB (Red+Green+Blue) = 133+30+201=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #851EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851EC9 is #7AE136. Grayscale: #4F4F4F. Windows color (decimal): -8053047 or 13180549. OLE color: 13180549.
HSL color Cylindrical-coordinate representation of color #851EC9: hue angle of 276.14º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851EC9 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 30 | 201 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.21 |
| HSL | 276.14º | 0.74% | 0.45% | - |
| HSV(B) | 276.14º | 0.85% | 0.79% | - |
| XYZ | 20.68 | 10.13 | 56.12 | - |
| YUV | 80.29 | 196.12 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 201 | 0.34 | 0.85 | 0 | 0.21 | 276.14 | 0.74 | 0.45 |
| Hex | 85 | 1E | C9 | 22 | 55 | 0 | 15 | 114 | 4A | 2D |
| Octal | 205 | 36 | 311 | 42 | 125 | 0 | 25 | 424 | 112 | 55 |
| Binary | 10000101 | 11110 | 11001001 | 100010 | 1010101 | 0 | 10101 | 100010100 | 1001010 | 101101 |
Color Harmonies of #851EC9
Complementary color
Monochromatic Colors of #851EC9
Black with #851EC9
Text Example
Text Example
White with #851EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851EC9; }
p { color: rgb(133,30,201); }
H1.HeaderClassName
{
color: #851EC9;
}
.AnyTagClassName
{
color: #851EC9;
}
</style>
background-color css
<style>
a { background-color: #851EC9; }
a { background-color: rgb(133,30,201); }
div.DivClassName
{
background-color: #851EC9;
}
.BgClassName
{
background-color: #851EC9;
}
</style>
border-color css
<style>
span { border-color: #851EC9; }
span { border-color: rgb(133,30,201); }
td.TdClassName
{
border-color: #851EC9;
}
.TagClassName
{
border-color: #851EC9;
}
</style>