Shades of Dark Orchid #8831CA
Tints of Dark Orchid #8831CA
RGB
CMYK
RGB Variations
Color information
#8831CA (or 0x8831CA) is known color: Dark Orchid. HEX triplet: 88, 31 and CA. RGB value is (136,49,202). Sum of RGB (Red+Green+Blue) = 136+49+202=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #8831CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8831CA is #77CE35. Grayscale: #5B5B5B. Windows color (decimal): -7851574 or 13250952. OLE color: 13250952.
HSL color Cylindrical-coordinate representation of color #8831CA: hue angle of 274.12º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8831CA is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 49 | 202 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.21 |
| HSL | 274.12º | 0.61% | 0.49% | - |
| HSV(B) | 274.12º | 0.76% | 0.79% | - |
| XYZ | 21.91 | 11.7 | 56.98 | - |
| YUV | 92.46 | 189.82 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 202 | 0.33 | 0.76 | 0 | 0.21 | 274.12 | 0.61 | 0.49 |
| Hex | 88 | 31 | CA | 21 | 4C | 0 | 15 | 112 | 3D | 31 |
| Octal | 210 | 61 | 312 | 41 | 114 | 0 | 25 | 422 | 75 | 61 |
| Binary | 10001000 | 110001 | 11001010 | 100001 | 1001100 | 0 | 10101 | 100010010 | 111101 | 110001 |
Color Harmonies of #8831CA
Complementary color
Monochromatic Colors of #8831CA
Black with #8831CA
Text Example
Text Example
White with #8831CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8831CA; }
p { color: rgb(136,49,202); }
H1.HeaderClassName
{
color: #8831CA;
}
.AnyTagClassName
{
color: #8831CA;
}
</style>
background-color css
<style>
a { background-color: #8831CA; }
a { background-color: rgb(136,49,202); }
div.DivClassName
{
background-color: #8831CA;
}
.BgClassName
{
background-color: #8831CA;
}
</style>
border-color css
<style>
span { border-color: #8831CA; }
span { border-color: rgb(136,49,202); }
td.TdClassName
{
border-color: #8831CA;
}
.TagClassName
{
border-color: #8831CA;
}
</style>