Shades of Dark Orchid #852DBE
Tints of Dark Orchid #852DBE
RGB
CMYK
RGB Variations
Color information
#852DBE (or 0x852DBE) is known color: Dark Orchid. HEX triplet: 85, 2D and BE. RGB value is (133,45,190). Sum of RGB (Red+Green+Blue) = 133+45+190=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #852DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DBE is #7AD241. Grayscale: #575757. Windows color (decimal): -8049218 or 12463493. OLE color: 12463493.
HSL color Cylindrical-coordinate representation of color #852DBE: hue angle of 276.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852DBE is Cyan = 0.3, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 45 | 190 | - |
| CMYK | 0.3 | 0.76 | 0 | 0.25 |
| HSL | 276.41º | 0.62% | 0.46% | - |
| HSV(B) | 276.41º | 0.76% | 0.75% | - |
| XYZ | 19.91 | 10.58 | 49.71 | - |
| YUV | 87.84 | 185.65 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 190 | 0.3 | 0.76 | 0 | 0.25 | 276.41 | 0.62 | 0.46 |
| Hex | 85 | 2D | BE | 1E | 4C | 0 | 19 | 114 | 3E | 2E |
| Octal | 205 | 55 | 276 | 36 | 114 | 0 | 31 | 424 | 76 | 56 |
| Binary | 10000101 | 101101 | 10111110 | 11110 | 1001100 | 0 | 11001 | 100010100 | 111110 | 101110 |
Color Harmonies of #852DBE
Complementary color
Monochromatic Colors of #852DBE
Black with #852DBE
Text Example
Text Example
White with #852DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DBE; }
p { color: rgb(133,45,190); }
H1.HeaderClassName
{
color: #852DBE;
}
.AnyTagClassName
{
color: #852DBE;
}
</style>
background-color css
<style>
a { background-color: #852DBE; }
a { background-color: rgb(133,45,190); }
div.DivClassName
{
background-color: #852DBE;
}
.BgClassName
{
background-color: #852DBE;
}
</style>
border-color css
<style>
span { border-color: #852DBE; }
span { border-color: rgb(133,45,190); }
td.TdClassName
{
border-color: #852DBE;
}
.TagClassName
{
border-color: #852DBE;
}
</style>