Shades of Dark Orchid #8937CC
Tints of Dark Orchid #8937CC
RGB
CMYK
RGB Variations
Color information
#8937CC (or 0x8937CC) is known color: Dark Orchid. HEX triplet: 89, 37 and CC. RGB value is (137,55,204). Sum of RGB (Red+Green+Blue) = 137+55+204=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #8937CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8937CC is #76C833. Grayscale: #5F5F5F. Windows color (decimal): -7784500 or 13383561. OLE color: 13383561.
HSL color Cylindrical-coordinate representation of color #8937CC: hue angle of 273.02º 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 #8937CC is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 55 | 204 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.2 |
| HSL | 273.02º | 0.59% | 0.51% | - |
| HSV(B) | 273.02º | 0.73% | 0.8% | - |
| XYZ | 22.58 | 12.41 | 58.33 | - |
| YUV | 96.5 | 188.67 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 55 | 204 | 0.33 | 0.73 | 0 | 0.2 | 273.02 | 0.59 | 0.51 |
| Hex | 89 | 37 | CC | 21 | 49 | 0 | 14 | 111 | 3B | 33 |
| Octal | 211 | 67 | 314 | 41 | 111 | 0 | 24 | 421 | 73 | 63 |
| Binary | 10001001 | 110111 | 11001100 | 100001 | 1001001 | 0 | 10100 | 100010001 | 111011 | 110011 |
Color Harmonies of #8937CC
Complementary color
Monochromatic Colors of #8937CC
Black with #8937CC
Text Example
Text Example
White with #8937CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8937CC; }
p { color: rgb(137,55,204); }
H1.HeaderClassName
{
color: #8937CC;
}
.AnyTagClassName
{
color: #8937CC;
}
</style>
background-color css
<style>
a { background-color: #8937CC; }
a { background-color: rgb(137,55,204); }
div.DivClassName
{
background-color: #8937CC;
}
.BgClassName
{
background-color: #8937CC;
}
</style>
border-color css
<style>
span { border-color: #8937CC; }
span { border-color: rgb(137,55,204); }
td.TdClassName
{
border-color: #8937CC;
}
.TagClassName
{
border-color: #8937CC;
}
</style>