Shades of Dark Orchid #881FC3
Tints of Dark Orchid #881FC3
RGB
CMYK
RGB Variations
Color information
#881FC3 (or 0x881FC3) is known color: Dark Orchid. HEX triplet: 88, 1F and C3. RGB value is (136,31,195). Sum of RGB (Red+Green+Blue) = 136+31+195=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 195 (76.56% from 255 or 53.87% from 362); Max value from RGB is 195 - color contains mainly: blue. Hex color #881FC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881FC3 is #77E03C. Grayscale: #505050. Windows color (decimal): -7856189 or 12787592. OLE color: 12787592.
HSL color Cylindrical-coordinate representation of color #881FC3: hue angle of 278.41º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881FC3 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 31 | 195 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.24 |
| HSL | 278.41º | 0.73% | 0.44% | - |
| HSV(B) | 278.41º | 0.84% | 0.76% | - |
| XYZ | 20.49 | 10.15 | 52.51 | - |
| YUV | 81.09 | 192.29 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 195 | 0.30 | 0.84 | 0 | 0.24 | 278.41 | 0.73 | 0.44 |
| Hex | 88 | 1F | C3 | 1E | 54 | 0 | 18 | 116 | 49 | 2C |
| Octal | 210 | 37 | 303 | 36 | 124 | 0 | 30 | 426 | 111 | 54 |
| Binary | 10001000 | 11111 | 11000011 | 11110 | 1010100 | 0 | 11000 | 100010110 | 1001001 | 101100 |
Color Harmonies of #881FC3
Complementary color
Monochromatic Colors of #881FC3
Black with #881FC3
Text Example
Text Example
White with #881FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881FC3; }
p { color: rgb(136,31,195); }
H1.HeaderClassName
{
color: #881FC3;
}
.AnyTagClassName
{
color: #881FC3;
}
</style>
background-color css
<style>
a { background-color: #881FC3; }
a { background-color: rgb(136,31,195); }
div.DivClassName
{
background-color: #881FC3;
}
.BgClassName
{
background-color: #881FC3;
}
</style>
border-color css
<style>
span { border-color: #881FC3; }
span { border-color: rgb(136,31,195); }
td.TdClassName
{
border-color: #881FC3;
}
.TagClassName
{
border-color: #881FC3;
}
</style>