Shades of Dark Orchid #8829CA
Tints of Dark Orchid #8829CA
RGB
CMYK
RGB Variations
Color information
#8829CA (or 0x8829CA) is known color: Dark Orchid. HEX triplet: 88, 29 and CA. RGB value is (136,41,202). Sum of RGB (Red+Green+Blue) = 136+41+202=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #8829CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8829CA is #77D635. Grayscale: #575757. Windows color (decimal): -7853622 or 13248904. OLE color: 13248904.
HSL color Cylindrical-coordinate representation of color #8829CA: hue angle of 275.4º 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 #8829CA is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 41 | 202 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.21 |
| HSL | 275.4º | 0.66% | 0.48% | - |
| HSV(B) | 275.4º | 0.8% | 0.79% | - |
| XYZ | 21.61 | 11.08 | 56.88 | - |
| YUV | 87.76 | 192.47 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 202 | 0.33 | 0.80 | 0 | 0.21 | 275.4 | 0.66 | 0.48 |
| Hex | 88 | 29 | CA | 21 | 50 | 0 | 15 | 113 | 42 | 30 |
| Octal | 210 | 51 | 312 | 41 | 120 | 0 | 25 | 423 | 102 | 60 |
| Binary | 10001000 | 101001 | 11001010 | 100001 | 1010000 | 0 | 10101 | 100010011 | 1000010 | 110000 |
Color Harmonies of #8829CA
Complementary color
Monochromatic Colors of #8829CA
Black with #8829CA
Text Example
Text Example
White with #8829CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8829CA; }
p { color: rgb(136,41,202); }
H1.HeaderClassName
{
color: #8829CA;
}
.AnyTagClassName
{
color: #8829CA;
}
</style>
background-color css
<style>
a { background-color: #8829CA; }
a { background-color: rgb(136,41,202); }
div.DivClassName
{
background-color: #8829CA;
}
.BgClassName
{
background-color: #8829CA;
}
</style>
border-color css
<style>
span { border-color: #8829CA; }
span { border-color: rgb(136,41,202); }
td.TdClassName
{
border-color: #8829CA;
}
.TagClassName
{
border-color: #8829CA;
}
</style>