Shades of Dark Orchid #852CB9
Tints of Dark Orchid #852CB9
RGB
CMYK
RGB Variations
Color information
#852CB9 (or 0x852CB9) is known color: Dark Orchid. HEX triplet: 85, 2C and B9. RGB value is (133,44,185). Sum of RGB (Red+Green+Blue) = 133+44+185=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #852CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CB9 is #7AD346. Grayscale: #565656. Windows color (decimal): -8049479 or 12135557. OLE color: 12135557.
HSL color Cylindrical-coordinate representation of color #852CB9: hue angle of 277.87º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852CB9 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 44 | 185 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.27 |
| HSL | 277.87º | 0.62% | 0.45% | - |
| HSV(B) | 277.87º | 0.76% | 0.73% | - |
| XYZ | 19.33 | 10.29 | 46.87 | - |
| YUV | 86.69 | 183.49 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 185 | 0.28 | 0.76 | 0 | 0.27 | 277.87 | 0.62 | 0.45 |
| Hex | 85 | 2C | B9 | 1C | 4C | 0 | 1B | 116 | 3E | 2D |
| Octal | 205 | 54 | 271 | 34 | 114 | 0 | 33 | 426 | 76 | 55 |
| Binary | 10000101 | 101100 | 10111001 | 11100 | 1001100 | 0 | 11011 | 100010110 | 111110 | 101101 |
Color Harmonies of #852CB9
Complementary color
Monochromatic Colors of #852CB9
Black with #852CB9
Text Example
Text Example
White with #852CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852CB9; }
p { color: rgb(133,44,185); }
H1.HeaderClassName
{
color: #852CB9;
}
.AnyTagClassName
{
color: #852CB9;
}
</style>
background-color css
<style>
a { background-color: #852CB9; }
a { background-color: rgb(133,44,185); }
div.DivClassName
{
background-color: #852CB9;
}
.BgClassName
{
background-color: #852CB9;
}
</style>
border-color css
<style>
span { border-color: #852CB9; }
span { border-color: rgb(133,44,185); }
td.TdClassName
{
border-color: #852CB9;
}
.TagClassName
{
border-color: #852CB9;
}
</style>