Shades of Dark Orchid #8C27C9
Tints of Dark Orchid #8C27C9
RGB
CMYK
RGB Variations
Color information
#8C27C9 (or 0x8C27C9) is known color: Dark Orchid. HEX triplet: 8C, 27 and C9. RGB value is (140,39,201). Sum of RGB (Red+Green+Blue) = 140+39+201=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #8C27C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C27C9 is #73D836. Grayscale: #575757. Windows color (decimal): -7591991 or 13182860. OLE color: 13182860.
HSL color Cylindrical-coordinate representation of color #8C27C9: hue angle of 277.41º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C27C9 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 39 | 201 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.21 |
| HSL | 277.41º | 0.68% | 0.47% | - |
| HSV(B) | 277.41º | 0.81% | 0.79% | - |
| XYZ | 22.08 | 11.24 | 56.26 | - |
| YUV | 87.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 201 | 0.30 | 0.81 | 0 | 0.21 | 277.41 | 0.68 | 0.47 |
| Hex | 8C | 27 | C9 | 1E | 51 | 0 | 15 | 115 | 44 | 2F |
| Octal | 214 | 47 | 311 | 36 | 121 | 0 | 25 | 425 | 104 | 57 |
| Binary | 10001100 | 100111 | 11001001 | 11110 | 1010001 | 0 | 10101 | 100010101 | 1000100 | 101111 |
Color Harmonies of #8C27C9
Complementary color
Monochromatic Colors of #8C27C9
Black with #8C27C9
Text Example
Text Example
White with #8C27C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C27C9; }
p { color: rgb(140,39,201); }
H1.HeaderClassName
{
color: #8C27C9;
}
.AnyTagClassName
{
color: #8C27C9;
}
</style>
background-color css
<style>
a { background-color: #8C27C9; }
a { background-color: rgb(140,39,201); }
div.DivClassName
{
background-color: #8C27C9;
}
.BgClassName
{
background-color: #8C27C9;
}
</style>
border-color css
<style>
span { border-color: #8C27C9; }
span { border-color: rgb(140,39,201); }
td.TdClassName
{
border-color: #8C27C9;
}
.TagClassName
{
border-color: #8C27C9;
}
</style>