Shades of Dark Orchid #853FCB
Tints of Dark Orchid #853FCB
RGB
CMYK
RGB Variations
Color information
#853FCB (or 0x853FCB) is known color: Dark Orchid. HEX triplet: 85, 3F and CB. RGB value is (133,63,203). Sum of RGB (Red+Green+Blue) = 133+63+203=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #853FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FCB is #7AC034. Grayscale: #636363. Windows color (decimal): -8044597 or 13320069. OLE color: 13320069.
HSL color Cylindrical-coordinate representation of color #853FCB: hue angle of 270º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853FCB is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 63 | 203 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.20 |
| HSL | 270º | 0.57% | 0.52% | - |
| HSV(B) | 270º | 0.69% | 0.8% | - |
| XYZ | 22.23 | 12.85 | 57.81 | - |
| YUV | 99.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 203 | 0.34 | 0.69 | 0 | 0.20 | 270 | 0.57 | 0.52 |
| Hex | 85 | 3F | CB | 22 | 45 | 0 | 14 | 10E | 39 | 34 |
| Octal | 205 | 77 | 313 | 42 | 105 | 0 | 24 | 416 | 71 | 64 |
| Binary | 10000101 | 111111 | 11001011 | 100010 | 1000101 | 0 | 10100 | 100001110 | 111001 | 110100 |
Color Harmonies of #853FCB
Complementary color
Monochromatic Colors of #853FCB
Black with #853FCB
Text Example
Text Example
White with #853FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853FCB; }
p { color: rgb(133,63,203); }
H1.HeaderClassName
{
color: #853FCB;
}
.AnyTagClassName
{
color: #853FCB;
}
</style>
background-color css
<style>
a { background-color: #853FCB; }
a { background-color: rgb(133,63,203); }
div.DivClassName
{
background-color: #853FCB;
}
.BgClassName
{
background-color: #853FCB;
}
</style>
border-color css
<style>
span { border-color: #853FCB; }
span { border-color: rgb(133,63,203); }
td.TdClassName
{
border-color: #853FCB;
}
.TagClassName
{
border-color: #853FCB;
}
</style>