Shades of Dark Orchid #8727CC
Tints of Dark Orchid #8727CC
RGB
CMYK
RGB Variations
Color information
#8727CC (or 0x8727CC) is known color: Dark Orchid. HEX triplet: 87, 27 and CC. RGB value is (135,39,204). Sum of RGB (Red+Green+Blue) = 135+39+204=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #8727CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8727CC is #78D833. Grayscale: #555555. Windows color (decimal): -7919668 or 13379463. OLE color: 13379463.
HSL color Cylindrical-coordinate representation of color #8727CC: hue angle of 274.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8727CC is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 39 | 204 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.2 |
| HSL | 274.91º | 0.68% | 0.48% | - |
| HSV(B) | 274.91º | 0.81% | 0.8% | - |
| XYZ | 21.62 | 10.96 | 58.1 | - |
| YUV | 86.51 | 194.3 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 204 | 0.34 | 0.81 | 0 | 0.2 | 274.91 | 0.68 | 0.48 |
| Hex | 87 | 27 | CC | 22 | 51 | 0 | 14 | 113 | 44 | 30 |
| Octal | 207 | 47 | 314 | 42 | 121 | 0 | 24 | 423 | 104 | 60 |
| Binary | 10000111 | 100111 | 11001100 | 100010 | 1010001 | 0 | 10100 | 100010011 | 1000100 | 110000 |
Color Harmonies of #8727CC
Complementary color
Monochromatic Colors of #8727CC
Black with #8727CC
Text Example
Text Example
White with #8727CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8727CC; }
p { color: rgb(135,39,204); }
H1.HeaderClassName
{
color: #8727CC;
}
.AnyTagClassName
{
color: #8727CC;
}
</style>
background-color css
<style>
a { background-color: #8727CC; }
a { background-color: rgb(135,39,204); }
div.DivClassName
{
background-color: #8727CC;
}
.BgClassName
{
background-color: #8727CC;
}
</style>
border-color css
<style>
span { border-color: #8727CC; }
span { border-color: rgb(135,39,204); }
td.TdClassName
{
border-color: #8727CC;
}
.TagClassName
{
border-color: #8727CC;
}
</style>