Shades of Dark Orchid #852AB2
Tints of Dark Orchid #852AB2
RGB
CMYK
RGB Variations
Color information
#852AB2 (or 0x852AB2) is known color: Dark Orchid. HEX triplet: 85, 2A and B2. RGB value is (133,42,178). Sum of RGB (Red+Green+Blue) = 133+42+178=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #852AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852AB2 is #7AD54D. Grayscale: #545454. Windows color (decimal): -8049998 or 11676293. OLE color: 11676293.
HSL color Cylindrical-coordinate representation of color #852AB2: hue angle of 280.15º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852AB2 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 42 | 178 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.30 |
| HSL | 280.15º | 0.62% | 0.43% | - |
| HSV(B) | 280.15º | 0.76% | 0.7% | - |
| XYZ | 18.54 | 9.86 | 43.05 | - |
| YUV | 84.71 | 180.65 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 178 | 0.25 | 0.76 | 0 | 0.30 | 280.15 | 0.62 | 0.43 |
| Hex | 85 | 2A | B2 | 19 | 4C | 0 | 1E | 118 | 3E | 2B |
| Octal | 205 | 52 | 262 | 31 | 114 | 0 | 36 | 430 | 76 | 53 |
| Binary | 10000101 | 101010 | 10110010 | 11001 | 1001100 | 0 | 11110 | 100011000 | 111110 | 101011 |
Color Harmonies of #852AB2
Complementary color
Monochromatic Colors of #852AB2
Black with #852AB2
Text Example
Text Example
White with #852AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852AB2; }
p { color: rgb(133,42,178); }
H1.HeaderClassName
{
color: #852AB2;
}
.AnyTagClassName
{
color: #852AB2;
}
</style>
background-color css
<style>
a { background-color: #852AB2; }
a { background-color: rgb(133,42,178); }
div.DivClassName
{
background-color: #852AB2;
}
.BgClassName
{
background-color: #852AB2;
}
</style>
border-color css
<style>
span { border-color: #852AB2; }
span { border-color: rgb(133,42,178); }
td.TdClassName
{
border-color: #852AB2;
}
.TagClassName
{
border-color: #852AB2;
}
</style>