Shades of Dark Orchid #881FCB
Tints of Dark Orchid #881FCB
RGB
CMYK
RGB Variations
Color information
#881FCB (or 0x881FCB) is known color: Dark Orchid. HEX triplet: 88, 1F and CB. RGB value is (136,31,203). Sum of RGB (Red+Green+Blue) = 136+31+203=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #881FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881FCB is #77E034. Grayscale: #515151. Windows color (decimal): -7856181 or 13311880. OLE color: 13311880.
HSL color Cylindrical-coordinate representation of color #881FCB: hue angle of 276.63º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881FCB is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 31 | 203 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.20 |
| HSL | 276.63º | 0.74% | 0.46% | - |
| HSV(B) | 276.63º | 0.85% | 0.8% | - |
| XYZ | 21.42 | 10.53 | 57.4 | - |
| YUV | 82 | 196.29 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 203 | 0.33 | 0.85 | 0 | 0.20 | 276.63 | 0.74 | 0.46 |
| Hex | 88 | 1F | CB | 21 | 55 | 0 | 14 | 115 | 4A | 2E |
| Octal | 210 | 37 | 313 | 41 | 125 | 0 | 24 | 425 | 112 | 56 |
| Binary | 10001000 | 11111 | 11001011 | 100001 | 1010101 | 0 | 10100 | 100010101 | 1001010 | 101110 |
Color Harmonies of #881FCB
Complementary color
Monochromatic Colors of #881FCB
Black with #881FCB
Text Example
Text Example
White with #881FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881FCB; }
p { color: rgb(136,31,203); }
H1.HeaderClassName
{
color: #881FCB;
}
.AnyTagClassName
{
color: #881FCB;
}
</style>
background-color css
<style>
a { background-color: #881FCB; }
a { background-color: rgb(136,31,203); }
div.DivClassName
{
background-color: #881FCB;
}
.BgClassName
{
background-color: #881FCB;
}
</style>
border-color css
<style>
span { border-color: #881FCB; }
span { border-color: rgb(136,31,203); }
td.TdClassName
{
border-color: #881FCB;
}
.TagClassName
{
border-color: #881FCB;
}
</style>