Shades of Dark Orchid #8537CB
Tints of Dark Orchid #8537CB
RGB
CMYK
RGB Variations
Color information
#8537CB (or 0x8537CB) is known color: Dark Orchid. HEX triplet: 85, 37 and CB. RGB value is (133,55,203). Sum of RGB (Red+Green+Blue) = 133+55+203=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #8537CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8537CB is #7AC834. Grayscale: #5E5E5E. Windows color (decimal): -8046645 or 13318021. OLE color: 13318021.
HSL color Cylindrical-coordinate representation of color #8537CB: hue angle of 271.62º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8537CB is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 55 | 203 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.20 |
| HSL | 271.62º | 0.59% | 0.51% | - |
| HSV(B) | 271.62º | 0.73% | 0.8% | - |
| XYZ | 21.82 | 12.03 | 57.67 | - |
| YUV | 95.19 | 188.84 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 203 | 0.34 | 0.73 | 0 | 0.20 | 271.62 | 0.59 | 0.51 |
| Hex | 85 | 37 | CB | 22 | 49 | 0 | 14 | 110 | 3B | 33 |
| Octal | 205 | 67 | 313 | 42 | 111 | 0 | 24 | 420 | 73 | 63 |
| Binary | 10000101 | 110111 | 11001011 | 100010 | 1001001 | 0 | 10100 | 100010000 | 111011 | 110011 |
Color Harmonies of #8537CB
Complementary color
Monochromatic Colors of #8537CB
Black with #8537CB
Text Example
Text Example
White with #8537CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8537CB; }
p { color: rgb(133,55,203); }
H1.HeaderClassName
{
color: #8537CB;
}
.AnyTagClassName
{
color: #8537CB;
}
</style>
background-color css
<style>
a { background-color: #8537CB; }
a { background-color: rgb(133,55,203); }
div.DivClassName
{
background-color: #8537CB;
}
.BgClassName
{
background-color: #8537CB;
}
</style>
border-color css
<style>
span { border-color: #8537CB; }
span { border-color: rgb(133,55,203); }
td.TdClassName
{
border-color: #8537CB;
}
.TagClassName
{
border-color: #8537CB;
}
</style>