Shades of Dark Orchid #8537CC
Tints of Dark Orchid #8537CC
RGB
CMYK
RGB Variations
Color information
#8537CC (or 0x8537CC) is known color: Dark Orchid. HEX triplet: 85, 37 and CC. RGB value is (133,55,204). Sum of RGB (Red+Green+Blue) = 133+55+204=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #8537CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8537CC is #7AC833. Grayscale: #5E5E5E. Windows color (decimal): -8046644 or 13383557. OLE color: 13383557.
HSL color Cylindrical-coordinate representation of color #8537CC: hue angle of 271.41º 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 #8537CC is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 55 | 204 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.2 |
| HSL | 271.41º | 0.59% | 0.51% | - |
| HSV(B) | 271.41º | 0.73% | 0.8% | - |
| XYZ | 21.94 | 12.08 | 58.3 | - |
| YUV | 95.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 204 | 0.35 | 0.73 | 0 | 0.2 | 271.41 | 0.59 | 0.51 |
| Hex | 85 | 37 | CC | 23 | 49 | 0 | 14 | 10F | 3B | 33 |
| Octal | 205 | 67 | 314 | 43 | 111 | 0 | 24 | 417 | 73 | 63 |
| Binary | 10000101 | 110111 | 11001100 | 100011 | 1001001 | 0 | 10100 | 100001111 | 111011 | 110011 |
Color Harmonies of #8537CC
Complementary color
Monochromatic Colors of #8537CC
Black with #8537CC
Text Example
Text Example
White with #8537CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8537CC; }
p { color: rgb(133,55,204); }
H1.HeaderClassName
{
color: #8537CC;
}
.AnyTagClassName
{
color: #8537CC;
}
</style>
background-color css
<style>
a { background-color: #8537CC; }
a { background-color: rgb(133,55,204); }
div.DivClassName
{
background-color: #8537CC;
}
.BgClassName
{
background-color: #8537CC;
}
</style>
border-color css
<style>
span { border-color: #8537CC; }
span { border-color: rgb(133,55,204); }
td.TdClassName
{
border-color: #8537CC;
}
.TagClassName
{
border-color: #8537CC;
}
</style>