Shades of Dark Orchid #981CC1
Tints of Dark Orchid #981CC1
RGB
CMYK
RGB Variations
Color information
#981CC1 (or 0x981CC1) is known color: Dark Orchid. HEX triplet: 98, 1C and C1. RGB value is (152,28,193). Sum of RGB (Red+Green+Blue) = 152+28+193=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #981CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981CC1 is #67E33E. Grayscale: #535353. Windows color (decimal): -6808383 or 12655768. OLE color: 12655768.
HSL color Cylindrical-coordinate representation of color #981CC1: hue angle of 285.09º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981CC1 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 28 | 193 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.24 |
| HSL | 285.09º | 0.75% | 0.43% | - |
| HSV(B) | 285.09º | 0.85% | 0.76% | - |
| XYZ | 22.99 | 11.36 | 51.43 | - |
| YUV | 83.89 | 189.58 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 193 | 0.21 | 0.85 | 0 | 0.24 | 285.09 | 0.75 | 0.43 |
| Hex | 98 | 1C | C1 | 15 | 55 | 0 | 18 | 11D | 4B | 2B |
| Octal | 230 | 34 | 301 | 25 | 125 | 0 | 30 | 435 | 113 | 53 |
| Binary | 10011000 | 11100 | 11000001 | 10101 | 1010101 | 0 | 11000 | 100011101 | 1001011 | 101011 |
Color Harmonies of #981CC1
Complementary color
Monochromatic Colors of #981CC1
Black with #981CC1
Text Example
Text Example
White with #981CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981CC1; }
p { color: rgb(152,28,193); }
H1.HeaderClassName
{
color: #981CC1;
}
.AnyTagClassName
{
color: #981CC1;
}
</style>
background-color css
<style>
a { background-color: #981CC1; }
a { background-color: rgb(152,28,193); }
div.DivClassName
{
background-color: #981CC1;
}
.BgClassName
{
background-color: #981CC1;
}
</style>
border-color css
<style>
span { border-color: #981CC1; }
span { border-color: rgb(152,28,193); }
td.TdClassName
{
border-color: #981CC1;
}
.TagClassName
{
border-color: #981CC1;
}
</style>