Shades of Dark Orchid #852DB5
Tints of Dark Orchid #852DB5
RGB
CMYK
RGB Variations
Color information
#852DB5 (or 0x852DB5) is known color: Dark Orchid. HEX triplet: 85, 2D and B5. RGB value is (133,45,181). Sum of RGB (Red+Green+Blue) = 133+45+181=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #852DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DB5 is #7AD24A. Grayscale: #565656. Windows color (decimal): -8049227 or 11873669. OLE color: 11873669.
HSL color Cylindrical-coordinate representation of color #852DB5: hue angle of 278.82º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852DB5 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 45 | 181 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.29 |
| HSL | 278.82º | 0.6% | 0.44% | - |
| HSV(B) | 278.82º | 0.75% | 0.71% | - |
| XYZ | 18.95 | 10.2 | 44.69 | - |
| YUV | 86.82 | 181.15 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 181 | 0.27 | 0.75 | 0 | 0.29 | 278.82 | 0.6 | 0.44 |
| Hex | 85 | 2D | B5 | 1B | 4B | 0 | 1D | 117 | 3C | 2C |
| Octal | 205 | 55 | 265 | 33 | 113 | 0 | 35 | 427 | 74 | 54 |
| Binary | 10000101 | 101101 | 10110101 | 11011 | 1001011 | 0 | 11101 | 100010111 | 111100 | 101100 |
Color Harmonies of #852DB5
Complementary color
Monochromatic Colors of #852DB5
Black with #852DB5
Text Example
Text Example
White with #852DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DB5; }
p { color: rgb(133,45,181); }
H1.HeaderClassName
{
color: #852DB5;
}
.AnyTagClassName
{
color: #852DB5;
}
</style>
background-color css
<style>
a { background-color: #852DB5; }
a { background-color: rgb(133,45,181); }
div.DivClassName
{
background-color: #852DB5;
}
.BgClassName
{
background-color: #852DB5;
}
</style>
border-color css
<style>
span { border-color: #852DB5; }
span { border-color: rgb(133,45,181); }
td.TdClassName
{
border-color: #852DB5;
}
.TagClassName
{
border-color: #852DB5;
}
</style>