Shades of Dark Orchid #8737CC
Tints of Dark Orchid #8737CC
RGB
CMYK
RGB Variations
Color information
#8737CC (or 0x8737CC) is known color: Dark Orchid. HEX triplet: 87, 37 and CC. RGB value is (135,55,204). Sum of RGB (Red+Green+Blue) = 135+55+204=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #8737CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8737CC is #78C833. Grayscale: #5F5F5F. Windows color (decimal): -7915572 or 13383559. OLE color: 13383559.
HSL color Cylindrical-coordinate representation of color #8737CC: hue angle of 272.21º 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 #8737CC is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 55 | 204 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.2 |
| HSL | 272.21º | 0.59% | 0.51% | - |
| HSV(B) | 272.21º | 0.73% | 0.8% | - |
| XYZ | 22.26 | 12.24 | 58.32 | - |
| YUV | 95.91 | 189 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 204 | 0.34 | 0.73 | 0 | 0.2 | 272.21 | 0.59 | 0.51 |
| Hex | 87 | 37 | CC | 22 | 49 | 0 | 14 | 110 | 3B | 33 |
| Octal | 207 | 67 | 314 | 42 | 111 | 0 | 24 | 420 | 73 | 63 |
| Binary | 10000111 | 110111 | 11001100 | 100010 | 1001001 | 0 | 10100 | 100010000 | 111011 | 110011 |
Color Harmonies of #8737CC
Complementary color
Monochromatic Colors of #8737CC
Black with #8737CC
Text Example
Text Example
White with #8737CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8737CC; }
p { color: rgb(135,55,204); }
H1.HeaderClassName
{
color: #8737CC;
}
.AnyTagClassName
{
color: #8737CC;
}
</style>
background-color css
<style>
a { background-color: #8737CC; }
a { background-color: rgb(135,55,204); }
div.DivClassName
{
background-color: #8737CC;
}
.BgClassName
{
background-color: #8737CC;
}
</style>
border-color css
<style>
span { border-color: #8737CC; }
span { border-color: rgb(135,55,204); }
td.TdClassName
{
border-color: #8737CC;
}
.TagClassName
{
border-color: #8737CC;
}
</style>