Shades of Dark Orchid #852FC8
Tints of Dark Orchid #852FC8
RGB
CMYK
RGB Variations
Color information
#852FC8 (or 0x852FC8) is known color: Dark Orchid. HEX triplet: 85, 2F and C8. RGB value is (133,47,200). Sum of RGB (Red+Green+Blue) = 133+47+200=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #852FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852FC8 is #7AD037. Grayscale: #595959. Windows color (decimal): -8048696 or 13119365. OLE color: 13119365.
HSL color Cylindrical-coordinate representation of color #852FC8: hue angle of 273.73º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852FC8 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 47 | 200 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.22 |
| HSL | 273.73º | 0.62% | 0.48% | - |
| HSV(B) | 273.73º | 0.77% | 0.78% | - |
| XYZ | 21.11 | 11.19 | 55.69 | - |
| YUV | 90.16 | 189.99 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 200 | 0.34 | 0.76 | 0 | 0.22 | 273.73 | 0.62 | 0.48 |
| Hex | 85 | 2F | C8 | 22 | 4C | 0 | 16 | 112 | 3E | 30 |
| Octal | 205 | 57 | 310 | 42 | 114 | 0 | 26 | 422 | 76 | 60 |
| Binary | 10000101 | 101111 | 11001000 | 100010 | 1001100 | 0 | 10110 | 100010010 | 111110 | 110000 |
Color Harmonies of #852FC8
Complementary color
Monochromatic Colors of #852FC8
Black with #852FC8
Text Example
Text Example
White with #852FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852FC8; }
p { color: rgb(133,47,200); }
H1.HeaderClassName
{
color: #852FC8;
}
.AnyTagClassName
{
color: #852FC8;
}
</style>
background-color css
<style>
a { background-color: #852FC8; }
a { background-color: rgb(133,47,200); }
div.DivClassName
{
background-color: #852FC8;
}
.BgClassName
{
background-color: #852FC8;
}
</style>
border-color css
<style>
span { border-color: #852FC8; }
span { border-color: rgb(133,47,200); }
td.TdClassName
{
border-color: #852FC8;
}
.TagClassName
{
border-color: #852FC8;
}
</style>