Shades of Dark Orchid #852AC8
Tints of Dark Orchid #852AC8
RGB
CMYK
RGB Variations
Color information
#852AC8 (or 0x852AC8) is known color: Dark Orchid. HEX triplet: 85, 2A and C8. RGB value is (133,42,200). Sum of RGB (Red+Green+Blue) = 133+42+200=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #852AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852AC8 is #7AD537. Grayscale: #565656. Windows color (decimal): -8049976 or 13118085. OLE color: 13118085.
HSL color Cylindrical-coordinate representation of color #852AC8: hue angle of 274.56º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852AC8 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 42 | 200 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.22 |
| HSL | 274.56º | 0.65% | 0.47% | - |
| HSV(B) | 274.56º | 0.79% | 0.78% | - |
| XYZ | 20.93 | 10.81 | 55.63 | - |
| YUV | 87.22 | 191.65 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 200 | 0.34 | 0.79 | 0 | 0.22 | 274.56 | 0.65 | 0.47 |
| Hex | 85 | 2A | C8 | 22 | 4F | 0 | 16 | 113 | 41 | 2F |
| Octal | 205 | 52 | 310 | 42 | 117 | 0 | 26 | 423 | 101 | 57 |
| Binary | 10000101 | 101010 | 11001000 | 100010 | 1001111 | 0 | 10110 | 100010011 | 1000001 | 101111 |
Color Harmonies of #852AC8
Complementary color
Monochromatic Colors of #852AC8
Black with #852AC8
Text Example
Text Example
White with #852AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852AC8; }
p { color: rgb(133,42,200); }
H1.HeaderClassName
{
color: #852AC8;
}
.AnyTagClassName
{
color: #852AC8;
}
</style>
background-color css
<style>
a { background-color: #852AC8; }
a { background-color: rgb(133,42,200); }
div.DivClassName
{
background-color: #852AC8;
}
.BgClassName
{
background-color: #852AC8;
}
</style>
border-color css
<style>
span { border-color: #852AC8; }
span { border-color: rgb(133,42,200); }
td.TdClassName
{
border-color: #852AC8;
}
.TagClassName
{
border-color: #852AC8;
}
</style>