Shades of Dark Orchid #8937CB
Tints of Dark Orchid #8937CB
RGB
CMYK
RGB Variations
Color information
#8937CB (or 0x8937CB) is known color: Dark Orchid. HEX triplet: 89, 37 and CB. RGB value is (137,55,203). Sum of RGB (Red+Green+Blue) = 137+55+203=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #8937CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8937CB is #76C834. Grayscale: #5F5F5F. Windows color (decimal): -7784501 or 13318025. OLE color: 13318025.
HSL color Cylindrical-coordinate representation of color #8937CB: hue angle of 273.24º 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 #8937CB is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 55 | 203 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.20 |
| HSL | 273.24º | 0.59% | 0.51% | - |
| HSV(B) | 273.24º | 0.73% | 0.8% | - |
| XYZ | 22.46 | 12.36 | 57.7 | - |
| YUV | 96.39 | 188.17 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 55 | 203 | 0.33 | 0.73 | 0 | 0.20 | 273.24 | 0.59 | 0.51 |
| Hex | 89 | 37 | CB | 21 | 49 | 0 | 14 | 111 | 3B | 33 |
| Octal | 211 | 67 | 313 | 41 | 111 | 0 | 24 | 421 | 73 | 63 |
| Binary | 10001001 | 110111 | 11001011 | 100001 | 1001001 | 0 | 10100 | 100010001 | 111011 | 110011 |
Color Harmonies of #8937CB
Complementary color
Monochromatic Colors of #8937CB
Black with #8937CB
Text Example
Text Example
White with #8937CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8937CB; }
p { color: rgb(137,55,203); }
H1.HeaderClassName
{
color: #8937CB;
}
.AnyTagClassName
{
color: #8937CB;
}
</style>
background-color css
<style>
a { background-color: #8937CB; }
a { background-color: rgb(137,55,203); }
div.DivClassName
{
background-color: #8937CB;
}
.BgClassName
{
background-color: #8937CB;
}
</style>
border-color css
<style>
span { border-color: #8937CB; }
span { border-color: rgb(137,55,203); }
td.TdClassName
{
border-color: #8937CB;
}
.TagClassName
{
border-color: #8937CB;
}
</style>