Shades of Dark Orchid #852DBD
Tints of Dark Orchid #852DBD
RGB
CMYK
RGB Variations
Color information
#852DBD (or 0x852DBD) is known color: Dark Orchid. HEX triplet: 85, 2D and BD. RGB value is (133,45,189). Sum of RGB (Red+Green+Blue) = 133+45+189=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #852DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DBD is #7AD242. Grayscale: #575757. Windows color (decimal): -8049219 or 12397957. OLE color: 12397957.
HSL color Cylindrical-coordinate representation of color #852DBD: hue angle of 276.67º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852DBD is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 45 | 189 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.26 |
| HSL | 276.67º | 0.62% | 0.46% | - |
| HSV(B) | 276.67º | 0.76% | 0.74% | - |
| XYZ | 19.8 | 10.54 | 49.13 | - |
| YUV | 87.73 | 185.15 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 189 | 0.30 | 0.76 | 0 | 0.26 | 276.67 | 0.62 | 0.46 |
| Hex | 85 | 2D | BD | 1E | 4C | 0 | 1A | 115 | 3E | 2E |
| Octal | 205 | 55 | 275 | 36 | 114 | 0 | 32 | 425 | 76 | 56 |
| Binary | 10000101 | 101101 | 10111101 | 11110 | 1001100 | 0 | 11010 | 100010101 | 111110 | 101110 |
Color Harmonies of #852DBD
Complementary color
Monochromatic Colors of #852DBD
Black with #852DBD
Text Example
Text Example
White with #852DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DBD; }
p { color: rgb(133,45,189); }
H1.HeaderClassName
{
color: #852DBD;
}
.AnyTagClassName
{
color: #852DBD;
}
</style>
background-color css
<style>
a { background-color: #852DBD; }
a { background-color: rgb(133,45,189); }
div.DivClassName
{
background-color: #852DBD;
}
.BgClassName
{
background-color: #852DBD;
}
</style>
border-color css
<style>
span { border-color: #852DBD; }
span { border-color: rgb(133,45,189); }
td.TdClassName
{
border-color: #852DBD;
}
.TagClassName
{
border-color: #852DBD;
}
</style>