Shades of Dark Orchid #8729CA
Tints of Dark Orchid #8729CA
RGB
CMYK
RGB Variations
Color information
#8729CA (or 0x8729CA) is known color: Dark Orchid. HEX triplet: 87, 29 and CA. RGB value is (135,41,202). Sum of RGB (Red+Green+Blue) = 135+41+202=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #8729CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8729CA is #78D635. Grayscale: #565656. Windows color (decimal): -7919158 or 13248903. OLE color: 13248903.
HSL color Cylindrical-coordinate representation of color #8729CA: hue angle of 275.03º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8729CA is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 41 | 202 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.21 |
| HSL | 275.03º | 0.66% | 0.48% | - |
| HSV(B) | 275.03º | 0.8% | 0.79% | - |
| XYZ | 21.45 | 11 | 56.87 | - |
| YUV | 87.46 | 192.64 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 202 | 0.33 | 0.80 | 0 | 0.21 | 275.03 | 0.66 | 0.48 |
| Hex | 87 | 29 | CA | 21 | 50 | 0 | 15 | 113 | 42 | 30 |
| Octal | 207 | 51 | 312 | 41 | 120 | 0 | 25 | 423 | 102 | 60 |
| Binary | 10000111 | 101001 | 11001010 | 100001 | 1010000 | 0 | 10101 | 100010011 | 1000010 | 110000 |
Color Harmonies of #8729CA
Complementary color
Monochromatic Colors of #8729CA
Black with #8729CA
Text Example
Text Example
White with #8729CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8729CA; }
p { color: rgb(135,41,202); }
H1.HeaderClassName
{
color: #8729CA;
}
.AnyTagClassName
{
color: #8729CA;
}
</style>
background-color css
<style>
a { background-color: #8729CA; }
a { background-color: rgb(135,41,202); }
div.DivClassName
{
background-color: #8729CA;
}
.BgClassName
{
background-color: #8729CA;
}
</style>
border-color css
<style>
span { border-color: #8729CA; }
span { border-color: rgb(135,41,202); }
td.TdClassName
{
border-color: #8729CA;
}
.TagClassName
{
border-color: #8729CA;
}
</style>