Shades of Dark Orchid #852BB5
Tints of Dark Orchid #852BB5
RGB
CMYK
RGB Variations
Color information
#852BB5 (or 0x852BB5) is known color: Dark Orchid. HEX triplet: 85, 2B and B5. RGB value is (133,43,181). Sum of RGB (Red+Green+Blue) = 133+43+181=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 181 (71.09% from 255 or 50.70% from 357); Max value from RGB is 181 - color contains mainly: blue. Hex color #852BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BB5 is #7AD44A. Grayscale: #555555. Windows color (decimal): -8049739 or 11873157. OLE color: 11873157.
HSL color Cylindrical-coordinate representation of color #852BB5: hue angle of 279.13º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852BB5 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 43 | 181 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.29 |
| HSL | 279.13º | 0.62% | 0.44% | - |
| HSV(B) | 279.13º | 0.76% | 0.71% | - |
| XYZ | 18.88 | 10.05 | 44.66 | - |
| YUV | 85.64 | 181.82 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 181 | 0.27 | 0.76 | 0 | 0.29 | 279.13 | 0.62 | 0.44 |
| Hex | 85 | 2B | B5 | 1B | 4C | 0 | 1D | 117 | 3E | 2C |
| Octal | 205 | 53 | 265 | 33 | 114 | 0 | 35 | 427 | 76 | 54 |
| Binary | 10000101 | 101011 | 10110101 | 11011 | 1001100 | 0 | 11101 | 100010111 | 111110 | 101100 |
Color Harmonies of #852BB5
Complementary color
Monochromatic Colors of #852BB5
Black with #852BB5
Text Example
Text Example
White with #852BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852BB5; }
p { color: rgb(133,43,181); }
H1.HeaderClassName
{
color: #852BB5;
}
.AnyTagClassName
{
color: #852BB5;
}
</style>
background-color css
<style>
a { background-color: #852BB5; }
a { background-color: rgb(133,43,181); }
div.DivClassName
{
background-color: #852BB5;
}
.BgClassName
{
background-color: #852BB5;
}
</style>
border-color css
<style>
span { border-color: #852BB5; }
span { border-color: rgb(133,43,181); }
td.TdClassName
{
border-color: #852BB5;
}
.TagClassName
{
border-color: #852BB5;
}
</style>