Shades of Dark Orchid #8741CD
Tints of Dark Orchid #8741CD
RGB
CMYK
RGB Variations
Color information
#8741CD (or 0x8741CD) is known color: Dark Orchid. HEX triplet: 87, 41 and CD. RGB value is (135,65,205). Sum of RGB (Red+Green+Blue) = 135+65+205=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #8741CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8741CD is #78BE32. Grayscale: #656565. Windows color (decimal): -7913011 or 13451655. OLE color: 13451655.
HSL color Cylindrical-coordinate representation of color #8741CD: hue angle of 270º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8741CD is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 65 | 205 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.20 |
| HSL | 270º | 0.58% | 0.53% | - |
| HSV(B) | 270º | 0.68% | 0.8% | - |
| XYZ | 22.9 | 13.34 | 59.13 | - |
| YUV | 101.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 205 | 0.34 | 0.68 | 0 | 0.20 | 270 | 0.58 | 0.53 |
| Hex | 87 | 41 | CD | 22 | 44 | 0 | 14 | 10E | 3A | 35 |
| Octal | 207 | 101 | 315 | 42 | 104 | 0 | 24 | 416 | 72 | 65 |
| Binary | 10000111 | 1000001 | 11001101 | 100010 | 1000100 | 0 | 10100 | 100001110 | 111010 | 110101 |
Color Harmonies of #8741CD
Complementary color
Monochromatic Colors of #8741CD
Black with #8741CD
Text Example
Text Example
White with #8741CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8741CD; }
p { color: rgb(135,65,205); }
H1.HeaderClassName
{
color: #8741CD;
}
.AnyTagClassName
{
color: #8741CD;
}
</style>
background-color css
<style>
a { background-color: #8741CD; }
a { background-color: rgb(135,65,205); }
div.DivClassName
{
background-color: #8741CD;
}
.BgClassName
{
background-color: #8741CD;
}
</style>
border-color css
<style>
span { border-color: #8741CD; }
span { border-color: rgb(135,65,205); }
td.TdClassName
{
border-color: #8741CD;
}
.TagClassName
{
border-color: #8741CD;
}
</style>