Shades of Dark Orchid #8740C1
Tints of Dark Orchid #8740C1
RGB
CMYK
RGB Variations
Color information
#8740C1 (or 0x8740C1) is known color: Dark Orchid. HEX triplet: 87, 40 and C1. RGB value is (135,64,193). Sum of RGB (Red+Green+Blue) = 135+64+193=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #8740C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8740C1 is #78BF3E. Grayscale: #636363. Windows color (decimal): -7913279 or 12664967. OLE color: 12664967.
HSL color Cylindrical-coordinate representation of color #8740C1: hue angle of 273.02º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8740C1 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 64 | 193 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.24 |
| HSL | 273.02º | 0.51% | 0.5% | - |
| HSV(B) | 273.02º | 0.67% | 0.76% | - |
| XYZ | 21.45 | 12.67 | 51.77 | - |
| YUV | 99.94 | 180.52 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 193 | 0.30 | 0.67 | 0 | 0.24 | 273.02 | 0.51 | 0.5 |
| Hex | 87 | 40 | C1 | 1E | 43 | 0 | 18 | 111 | 33 | 32 |
| Octal | 207 | 100 | 301 | 36 | 103 | 0 | 30 | 421 | 63 | 62 |
| Binary | 10000111 | 1000000 | 11000001 | 11110 | 1000011 | 0 | 11000 | 100010001 | 110011 | 110010 |
Color Harmonies of #8740C1
Complementary color
Monochromatic Colors of #8740C1
Black with #8740C1
Text Example
Text Example
White with #8740C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8740C1; }
p { color: rgb(135,64,193); }
H1.HeaderClassName
{
color: #8740C1;
}
.AnyTagClassName
{
color: #8740C1;
}
</style>
background-color css
<style>
a { background-color: #8740C1; }
a { background-color: rgb(135,64,193); }
div.DivClassName
{
background-color: #8740C1;
}
.BgClassName
{
background-color: #8740C1;
}
</style>
border-color css
<style>
span { border-color: #8740C1; }
span { border-color: rgb(135,64,193); }
td.TdClassName
{
border-color: #8740C1;
}
.TagClassName
{
border-color: #8740C1;
}
</style>