Shades of Dark Orchid #853BC7
Tints of Dark Orchid #853BC7
RGB
CMYK
RGB Variations
Color information
#853BC7 (or 0x853BC7) is known color: Dark Orchid. HEX triplet: 85, 3B and C7. RGB value is (133,59,199). Sum of RGB (Red+Green+Blue) = 133+59+199=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #853BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853BC7 is #7AC438. Grayscale: #606060. Windows color (decimal): -8045625 or 13056901. OLE color: 13056901.
HSL color Cylindrical-coordinate representation of color #853BC7: hue angle of 271.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853BC7 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 59 | 199 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.22 |
| HSL | 271.71º | 0.56% | 0.51% | - |
| HSV(B) | 271.71º | 0.7% | 0.78% | - |
| XYZ | 21.55 | 12.24 | 55.26 | - |
| YUV | 97.09 | 185.52 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 199 | 0.33 | 0.70 | 0 | 0.22 | 271.71 | 0.56 | 0.51 |
| Hex | 85 | 3B | C7 | 21 | 46 | 0 | 16 | 110 | 38 | 33 |
| Octal | 205 | 73 | 307 | 41 | 106 | 0 | 26 | 420 | 70 | 63 |
| Binary | 10000101 | 111011 | 11000111 | 100001 | 1000110 | 0 | 10110 | 100010000 | 111000 | 110011 |
Color Harmonies of #853BC7
Complementary color
Monochromatic Colors of #853BC7
Black with #853BC7
Text Example
Text Example
White with #853BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853BC7; }
p { color: rgb(133,59,199); }
H1.HeaderClassName
{
color: #853BC7;
}
.AnyTagClassName
{
color: #853BC7;
}
</style>
background-color css
<style>
a { background-color: #853BC7; }
a { background-color: rgb(133,59,199); }
div.DivClassName
{
background-color: #853BC7;
}
.BgClassName
{
background-color: #853BC7;
}
</style>
border-color css
<style>
span { border-color: #853BC7; }
span { border-color: rgb(133,59,199); }
td.TdClassName
{
border-color: #853BC7;
}
.TagClassName
{
border-color: #853BC7;
}
</style>