Shades of Dark Orchid #881FCC
Tints of Dark Orchid #881FCC
RGB
CMYK
RGB Variations
Color information
#881FCC (or 0x881FCC) is known color: Dark Orchid. HEX triplet: 88, 1F and CC. RGB value is (136,31,204). Sum of RGB (Red+Green+Blue) = 136+31+204=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #881FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881FCC is #77E033. Grayscale: #515151. Windows color (decimal): -7856180 or 13377416. OLE color: 13377416.
HSL color Cylindrical-coordinate representation of color #881FCC: hue angle of 276.42º 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 #881FCC is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 31 | 204 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.2 |
| HSL | 276.42º | 0.74% | 0.46% | - |
| HSV(B) | 276.42º | 0.85% | 0.8% | - |
| XYZ | 21.54 | 10.57 | 58.03 | - |
| YUV | 82.12 | 196.79 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 204 | 0.33 | 0.85 | 0 | 0.2 | 276.42 | 0.74 | 0.46 |
| Hex | 88 | 1F | CC | 21 | 55 | 0 | 14 | 114 | 4A | 2E |
| Octal | 210 | 37 | 314 | 41 | 125 | 0 | 24 | 424 | 112 | 56 |
| Binary | 10001000 | 11111 | 11001100 | 100001 | 1010101 | 0 | 10100 | 100010100 | 1001010 | 101110 |
Color Harmonies of #881FCC
Complementary color
Monochromatic Colors of #881FCC
Black with #881FCC
Text Example
Text Example
White with #881FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881FCC; }
p { color: rgb(136,31,204); }
H1.HeaderClassName
{
color: #881FCC;
}
.AnyTagClassName
{
color: #881FCC;
}
</style>
background-color css
<style>
a { background-color: #881FCC; }
a { background-color: rgb(136,31,204); }
div.DivClassName
{
background-color: #881FCC;
}
.BgClassName
{
background-color: #881FCC;
}
</style>
border-color css
<style>
span { border-color: #881FCC; }
span { border-color: rgb(136,31,204); }
td.TdClassName
{
border-color: #881FCC;
}
.TagClassName
{
border-color: #881FCC;
}
</style>