Shades of Dark Orchid #852AB7
Tints of Dark Orchid #852AB7
RGB
CMYK
RGB Variations
Color information
#852AB7 (or 0x852AB7) is known color: Dark Orchid. HEX triplet: 85, 2A and B7. RGB value is (133,42,183). Sum of RGB (Red+Green+Blue) = 133+42+183=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #852AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852AB7 is #7AD548. Grayscale: #545454. Windows color (decimal): -8049993 or 12003973. OLE color: 12003973.
HSL color Cylindrical-coordinate representation of color #852AB7: hue angle of 278.72º degrees, saturation: 0.63, 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 #852AB7 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 42 | 183 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.28 |
| HSL | 278.72º | 0.63% | 0.44% | - |
| HSV(B) | 278.72º | 0.77% | 0.72% | - |
| XYZ | 19.05 | 10.06 | 45.74 | - |
| YUV | 85.28 | 183.15 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 183 | 0.27 | 0.77 | 0 | 0.28 | 278.72 | 0.63 | 0.44 |
| Hex | 85 | 2A | B7 | 1B | 4D | 0 | 1C | 117 | 3F | 2C |
| Octal | 205 | 52 | 267 | 33 | 115 | 0 | 34 | 427 | 77 | 54 |
| Binary | 10000101 | 101010 | 10110111 | 11011 | 1001101 | 0 | 11100 | 100010111 | 111111 | 101100 |
Color Harmonies of #852AB7
Complementary color
Monochromatic Colors of #852AB7
Black with #852AB7
Text Example
Text Example
White with #852AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852AB7; }
p { color: rgb(133,42,183); }
H1.HeaderClassName
{
color: #852AB7;
}
.AnyTagClassName
{
color: #852AB7;
}
</style>
background-color css
<style>
a { background-color: #852AB7; }
a { background-color: rgb(133,42,183); }
div.DivClassName
{
background-color: #852AB7;
}
.BgClassName
{
background-color: #852AB7;
}
</style>
border-color css
<style>
span { border-color: #852AB7; }
span { border-color: rgb(133,42,183); }
td.TdClassName
{
border-color: #852AB7;
}
.TagClassName
{
border-color: #852AB7;
}
</style>