Shades of Dark Orchid #981CB7
Tints of Dark Orchid #981CB7
RGB
CMYK
RGB Variations
Color information
#981CB7 (or 0x981CB7) is known color: Dark Orchid. HEX triplet: 98, 1C and B7. RGB value is (152,28,183). Sum of RGB (Red+Green+Blue) = 152+28+183=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #981CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981CB7 is #67E348. Grayscale: #525252. Windows color (decimal): -6808393 or 12000408. OLE color: 12000408.
HSL color Cylindrical-coordinate representation of color #981CB7: hue angle of 288º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981CB7 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 28 | 183 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.28 |
| HSL | 288º | 0.73% | 0.41% | - |
| HSV(B) | 288º | 0.85% | 0.72% | - |
| XYZ | 21.91 | 10.92 | 45.75 | - |
| YUV | 82.75 | 184.58 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 183 | 0.17 | 0.85 | 0 | 0.28 | 288 | 0.73 | 0.41 |
| Hex | 98 | 1C | B7 | 11 | 55 | 0 | 1C | 120 | 49 | 29 |
| Octal | 230 | 34 | 267 | 21 | 125 | 0 | 34 | 440 | 111 | 51 |
| Binary | 10011000 | 11100 | 10110111 | 10001 | 1010101 | 0 | 11100 | 100100000 | 1001001 | 101001 |
Color Harmonies of #981CB7
Complementary color
Monochromatic Colors of #981CB7
Black with #981CB7
Text Example
Text Example
White with #981CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981CB7; }
p { color: rgb(152,28,183); }
H1.HeaderClassName
{
color: #981CB7;
}
.AnyTagClassName
{
color: #981CB7;
}
</style>
background-color css
<style>
a { background-color: #981CB7; }
a { background-color: rgb(152,28,183); }
div.DivClassName
{
background-color: #981CB7;
}
.BgClassName
{
background-color: #981CB7;
}
</style>
border-color css
<style>
span { border-color: #981CB7; }
span { border-color: rgb(152,28,183); }
td.TdClassName
{
border-color: #981CB7;
}
.TagClassName
{
border-color: #981CB7;
}
</style>