Shades of Dark Orchid #852BB7
Tints of Dark Orchid #852BB7
RGB
CMYK
RGB Variations
Color information
#852BB7 (or 0x852BB7) is known color: Dark Orchid. HEX triplet: 85, 2B and B7. RGB value is (133,43,183). Sum of RGB (Red+Green+Blue) = 133+43+183=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #852BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BB7 is #7AD448. Grayscale: #555555. Windows color (decimal): -8049737 or 12004229. OLE color: 12004229.
HSL color Cylindrical-coordinate representation of color #852BB7: hue angle of 278.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852BB7 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 43 | 183 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.28 |
| HSL | 278.57º | 0.62% | 0.44% | - |
| HSV(B) | 278.57º | 0.77% | 0.72% | - |
| XYZ | 19.08 | 10.13 | 45.75 | - |
| YUV | 85.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 183 | 0.27 | 0.77 | 0 | 0.28 | 278.57 | 0.62 | 0.44 |
| Hex | 85 | 2B | B7 | 1B | 4D | 0 | 1C | 117 | 3E | 2C |
| Octal | 205 | 53 | 267 | 33 | 115 | 0 | 34 | 427 | 76 | 54 |
| Binary | 10000101 | 101011 | 10110111 | 11011 | 1001101 | 0 | 11100 | 100010111 | 111110 | 101100 |
Color Harmonies of #852BB7
Complementary color
Monochromatic Colors of #852BB7
Black with #852BB7
Text Example
Text Example
White with #852BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852BB7; }
p { color: rgb(133,43,183); }
H1.HeaderClassName
{
color: #852BB7;
}
.AnyTagClassName
{
color: #852BB7;
}
</style>
background-color css
<style>
a { background-color: #852BB7; }
a { background-color: rgb(133,43,183); }
div.DivClassName
{
background-color: #852BB7;
}
.BgClassName
{
background-color: #852BB7;
}
</style>
border-color css
<style>
span { border-color: #852BB7; }
span { border-color: rgb(133,43,183); }
td.TdClassName
{
border-color: #852BB7;
}
.TagClassName
{
border-color: #852BB7;
}
</style>