Shades of Dark Orchid #852FB4
Tints of Dark Orchid #852FB4
RGB
CMYK
RGB Variations
Color information
#852FB4 (or 0x852FB4) is known color: Dark Orchid. HEX triplet: 85, 2F and B4. RGB value is (133,47,180). Sum of RGB (Red+Green+Blue) = 133+47+180=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #852FB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852FB4 is #7AD04B. Grayscale: #575757. Windows color (decimal): -8048716 or 11808645. OLE color: 11808645.
HSL color Cylindrical-coordinate representation of color #852FB4: hue angle of 278.8º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852FB4 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 47 | 180 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.29 |
| HSL | 278.8º | 0.59% | 0.45% | - |
| HSV(B) | 278.8º | 0.74% | 0.71% | - |
| XYZ | 18.93 | 10.31 | 44.17 | - |
| YUV | 87.88 | 179.99 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 180 | 0.26 | 0.74 | 0 | 0.29 | 278.8 | 0.59 | 0.45 |
| Hex | 85 | 2F | B4 | 1A | 4A | 0 | 1D | 117 | 3B | 2D |
| Octal | 205 | 57 | 264 | 32 | 112 | 0 | 35 | 427 | 73 | 55 |
| Binary | 10000101 | 101111 | 10110100 | 11010 | 1001010 | 0 | 11101 | 100010111 | 111011 | 101101 |
Color Harmonies of #852FB4
Complementary color
Monochromatic Colors of #852FB4
Black with #852FB4
Text Example
Text Example
White with #852FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852FB4; }
p { color: rgb(133,47,180); }
H1.HeaderClassName
{
color: #852FB4;
}
.AnyTagClassName
{
color: #852FB4;
}
</style>
background-color css
<style>
a { background-color: #852FB4; }
a { background-color: rgb(133,47,180); }
div.DivClassName
{
background-color: #852FB4;
}
.BgClassName
{
background-color: #852FB4;
}
</style>
border-color css
<style>
span { border-color: #852FB4; }
span { border-color: rgb(133,47,180); }
td.TdClassName
{
border-color: #852FB4;
}
.TagClassName
{
border-color: #852FB4;
}
</style>