Shades of Dark Orchid #8C37C6
Tints of Dark Orchid #8C37C6
RGB
CMYK
RGB Variations
Color information
#8C37C6 (or 0x8C37C6) is known color: Dark Orchid. HEX triplet: 8C, 37 and C6. RGB value is (140,55,198). Sum of RGB (Red+Green+Blue) = 140+55+198=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #8C37C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C37C6 is #73C839. Grayscale: #606060. Windows color (decimal): -7587898 or 12990348. OLE color: 12990348.
HSL color Cylindrical-coordinate representation of color #8C37C6: hue angle of 275.66º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C37C6 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 55 | 198 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.22 |
| HSL | 275.66º | 0.57% | 0.5% | - |
| HSV(B) | 275.66º | 0.72% | 0.78% | - |
| XYZ | 22.37 | 12.39 | 54.64 | - |
| YUV | 96.72 | 185.16 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 198 | 0.29 | 0.72 | 0 | 0.22 | 275.66 | 0.57 | 0.5 |
| Hex | 8C | 37 | C6 | 1D | 48 | 0 | 16 | 114 | 39 | 32 |
| Octal | 214 | 67 | 306 | 35 | 110 | 0 | 26 | 424 | 71 | 62 |
| Binary | 10001100 | 110111 | 11000110 | 11101 | 1001000 | 0 | 10110 | 100010100 | 111001 | 110010 |
Color Harmonies of #8C37C6
Complementary color
Monochromatic Colors of #8C37C6
Black with #8C37C6
Text Example
Text Example
White with #8C37C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C37C6; }
p { color: rgb(140,55,198); }
H1.HeaderClassName
{
color: #8C37C6;
}
.AnyTagClassName
{
color: #8C37C6;
}
</style>
background-color css
<style>
a { background-color: #8C37C6; }
a { background-color: rgb(140,55,198); }
div.DivClassName
{
background-color: #8C37C6;
}
.BgClassName
{
background-color: #8C37C6;
}
</style>
border-color css
<style>
span { border-color: #8C37C6; }
span { border-color: rgb(140,55,198); }
td.TdClassName
{
border-color: #8C37C6;
}
.TagClassName
{
border-color: #8C37C6;
}
</style>