Shades of Dark Orchid #852DBA
Tints of Dark Orchid #852DBA
RGB
CMYK
RGB Variations
Color information
#852DBA (or 0x852DBA) is known color: Dark Orchid. HEX triplet: 85, 2D and BA. RGB value is (133,45,186). Sum of RGB (Red+Green+Blue) = 133+45+186=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #852DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DBA is #7AD245. Grayscale: #565656. Windows color (decimal): -8049222 or 12201349. OLE color: 12201349.
HSL color Cylindrical-coordinate representation of color #852DBA: hue angle of 277.45º degrees, saturation: 0.61, 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 #852DBA is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 45 | 186 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.27 |
| HSL | 277.45º | 0.61% | 0.45% | - |
| HSV(B) | 277.45º | 0.76% | 0.73% | - |
| XYZ | 19.47 | 10.41 | 47.44 | - |
| YUV | 87.39 | 183.65 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 186 | 0.28 | 0.76 | 0 | 0.27 | 277.45 | 0.61 | 0.45 |
| Hex | 85 | 2D | BA | 1C | 4C | 0 | 1B | 115 | 3D | 2D |
| Octal | 205 | 55 | 272 | 34 | 114 | 0 | 33 | 425 | 75 | 55 |
| Binary | 10000101 | 101101 | 10111010 | 11100 | 1001100 | 0 | 11011 | 100010101 | 111101 | 101101 |
Color Harmonies of #852DBA
Complementary color
Monochromatic Colors of #852DBA
Black with #852DBA
Text Example
Text Example
White with #852DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DBA; }
p { color: rgb(133,45,186); }
H1.HeaderClassName
{
color: #852DBA;
}
.AnyTagClassName
{
color: #852DBA;
}
</style>
background-color css
<style>
a { background-color: #852DBA; }
a { background-color: rgb(133,45,186); }
div.DivClassName
{
background-color: #852DBA;
}
.BgClassName
{
background-color: #852DBA;
}
</style>
border-color css
<style>
span { border-color: #852DBA; }
span { border-color: rgb(133,45,186); }
td.TdClassName
{
border-color: #852DBA;
}
.TagClassName
{
border-color: #852DBA;
}
</style>