Shades of Dark Orchid #852CBE
Tints of Dark Orchid #852CBE
RGB
CMYK
RGB Variations
Color information
#852CBE (or 0x852CBE) is known color: Dark Orchid. HEX triplet: 85, 2C and BE. RGB value is (133,44,190). Sum of RGB (Red+Green+Blue) = 133+44+190=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #852CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CBE is #7AD341. Grayscale: #565656. Windows color (decimal): -8049474 or 12463237. OLE color: 12463237.
HSL color Cylindrical-coordinate representation of color #852CBE: hue angle of 276.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852CBE is Cyan = 0.3, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 44 | 190 | - |
| CMYK | 0.3 | 0.77 | 0 | 0.25 |
| HSL | 276.58º | 0.62% | 0.46% | - |
| HSV(B) | 276.58º | 0.77% | 0.75% | - |
| XYZ | 19.87 | 10.51 | 49.7 | - |
| YUV | 87.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 190 | 0.3 | 0.77 | 0 | 0.25 | 276.58 | 0.62 | 0.46 |
| Hex | 85 | 2C | BE | 1E | 4D | 0 | 19 | 115 | 3E | 2E |
| Octal | 205 | 54 | 276 | 36 | 115 | 0 | 31 | 425 | 76 | 56 |
| Binary | 10000101 | 101100 | 10111110 | 11110 | 1001101 | 0 | 11001 | 100010101 | 111110 | 101110 |
Color Harmonies of #852CBE
Complementary color
Monochromatic Colors of #852CBE
Black with #852CBE
Text Example
Text Example
White with #852CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852CBE; }
p { color: rgb(133,44,190); }
H1.HeaderClassName
{
color: #852CBE;
}
.AnyTagClassName
{
color: #852CBE;
}
</style>
background-color css
<style>
a { background-color: #852CBE; }
a { background-color: rgb(133,44,190); }
div.DivClassName
{
background-color: #852CBE;
}
.BgClassName
{
background-color: #852CBE;
}
</style>
border-color css
<style>
span { border-color: #852CBE; }
span { border-color: rgb(133,44,190); }
td.TdClassName
{
border-color: #852CBE;
}
.TagClassName
{
border-color: #852CBE;
}
</style>