Shades of Dark Orchid #853EC8
Tints of Dark Orchid #853EC8
RGB
CMYK
RGB Variations
Color information
#853EC8 (or 0x853EC8) is known color: Dark Orchid. HEX triplet: 85, 3E and C8. RGB value is (133,62,200). Sum of RGB (Red+Green+Blue) = 133+62+200=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #853EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853EC8 is #7AC137. Grayscale: #626262. Windows color (decimal): -8044856 or 13123205. OLE color: 13123205.
HSL color Cylindrical-coordinate representation of color #853EC8: hue angle of 270.87º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853EC8 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 62 | 200 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.22 |
| HSL | 270.87º | 0.56% | 0.51% | - |
| HSV(B) | 270.87º | 0.69% | 0.78% | - |
| XYZ | 21.82 | 12.6 | 55.93 | - |
| YUV | 98.96 | 185.02 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 200 | 0.34 | 0.69 | 0 | 0.22 | 270.87 | 0.56 | 0.51 |
| Hex | 85 | 3E | C8 | 22 | 45 | 0 | 16 | 10F | 38 | 33 |
| Octal | 205 | 76 | 310 | 42 | 105 | 0 | 26 | 417 | 70 | 63 |
| Binary | 10000101 | 111110 | 11001000 | 100010 | 1000101 | 0 | 10110 | 100001111 | 111000 | 110011 |
Color Harmonies of #853EC8
Complementary color
Monochromatic Colors of #853EC8
Black with #853EC8
Text Example
Text Example
White with #853EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853EC8; }
p { color: rgb(133,62,200); }
H1.HeaderClassName
{
color: #853EC8;
}
.AnyTagClassName
{
color: #853EC8;
}
</style>
background-color css
<style>
a { background-color: #853EC8; }
a { background-color: rgb(133,62,200); }
div.DivClassName
{
background-color: #853EC8;
}
.BgClassName
{
background-color: #853EC8;
}
</style>
border-color css
<style>
span { border-color: #853EC8; }
span { border-color: rgb(133,62,200); }
td.TdClassName
{
border-color: #853EC8;
}
.TagClassName
{
border-color: #853EC8;
}
</style>