Shades of Dark Orchid #853FC7
Tints of Dark Orchid #853FC7
RGB
CMYK
RGB Variations
Color information
#853FC7 (or 0x853FC7) is known color: Dark Orchid. HEX triplet: 85, 3F and C7. RGB value is (133,63,199). Sum of RGB (Red+Green+Blue) = 133+63+199=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #853FC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FC7 is #7AC038. Grayscale: #626262. Windows color (decimal): -8044601 or 13057925. OLE color: 13057925.
HSL color Cylindrical-coordinate representation of color #853FC7: hue angle of 270.88º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853FC7 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 63 | 199 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.22 |
| HSL | 270.88º | 0.55% | 0.51% | - |
| HSV(B) | 270.88º | 0.68% | 0.78% | - |
| XYZ | 21.76 | 12.67 | 55.33 | - |
| YUV | 99.43 | 184.19 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 199 | 0.33 | 0.68 | 0 | 0.22 | 270.88 | 0.55 | 0.51 |
| Hex | 85 | 3F | C7 | 21 | 44 | 0 | 16 | 10F | 37 | 33 |
| Octal | 205 | 77 | 307 | 41 | 104 | 0 | 26 | 417 | 67 | 63 |
| Binary | 10000101 | 111111 | 11000111 | 100001 | 1000100 | 0 | 10110 | 100001111 | 110111 | 110011 |
Color Harmonies of #853FC7
Complementary color
Monochromatic Colors of #853FC7
Black with #853FC7
Text Example
Text Example
White with #853FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853FC7; }
p { color: rgb(133,63,199); }
H1.HeaderClassName
{
color: #853FC7;
}
.AnyTagClassName
{
color: #853FC7;
}
</style>
background-color css
<style>
a { background-color: #853FC7; }
a { background-color: rgb(133,63,199); }
div.DivClassName
{
background-color: #853FC7;
}
.BgClassName
{
background-color: #853FC7;
}
</style>
border-color css
<style>
span { border-color: #853FC7; }
span { border-color: rgb(133,63,199); }
td.TdClassName
{
border-color: #853FC7;
}
.TagClassName
{
border-color: #853FC7;
}
</style>