Shades of Dark Orchid #881BCA
Tints of Dark Orchid #881BCA
RGB
CMYK
RGB Variations
Color information
#881BCA (or 0x881BCA) is known color: Dark Orchid. HEX triplet: 88, 1B and CA. RGB value is (136,27,202). Sum of RGB (Red+Green+Blue) = 136+27+202=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #881BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881BCA is #77E435. Grayscale: #4E4E4E. Windows color (decimal): -7857206 or 13245320. OLE color: 13245320.
HSL color Cylindrical-coordinate representation of color #881BCA: hue angle of 277.37º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881BCA is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 27 | 202 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.21 |
| HSL | 277.37º | 0.76% | 0.45% | - |
| HSV(B) | 277.37º | 0.87% | 0.79% | - |
| XYZ | 21.21 | 10.28 | 56.74 | - |
| YUV | 79.54 | 197.11 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 202 | 0.33 | 0.87 | 0 | 0.21 | 277.37 | 0.76 | 0.45 |
| Hex | 88 | 1B | CA | 21 | 57 | 0 | 15 | 115 | 4C | 2D |
| Octal | 210 | 33 | 312 | 41 | 127 | 0 | 25 | 425 | 114 | 55 |
| Binary | 10001000 | 11011 | 11001010 | 100001 | 1010111 | 0 | 10101 | 100010101 | 1001100 | 101101 |
Color Harmonies of #881BCA
Complementary color
Monochromatic Colors of #881BCA
Black with #881BCA
Text Example
Text Example
White with #881BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881BCA; }
p { color: rgb(136,27,202); }
H1.HeaderClassName
{
color: #881BCA;
}
.AnyTagClassName
{
color: #881BCA;
}
</style>
background-color css
<style>
a { background-color: #881BCA; }
a { background-color: rgb(136,27,202); }
div.DivClassName
{
background-color: #881BCA;
}
.BgClassName
{
background-color: #881BCA;
}
</style>
border-color css
<style>
span { border-color: #881BCA; }
span { border-color: rgb(136,27,202); }
td.TdClassName
{
border-color: #881BCA;
}
.TagClassName
{
border-color: #881BCA;
}
</style>