Shades of Dark Orchid #981BB3
Tints of Dark Orchid #981BB3
RGB
CMYK
RGB Variations
Color information
#981BB3 (or 0x981BB3) is known color: Dark Orchid. HEX triplet: 98, 1B and B3. RGB value is (152,27,179). Sum of RGB (Red+Green+Blue) = 152+27+179=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #981BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981BB3 is #67E44C. Grayscale: #515151. Windows color (decimal): -6808653 or 11738008. OLE color: 11738008.
HSL color Cylindrical-coordinate representation of color #981BB3: hue angle of 289.34º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981BB3 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 27 | 179 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.30 |
| HSL | 289.34º | 0.74% | 0.4% | - |
| HSV(B) | 289.34º | 0.85% | 0.7% | - |
| XYZ | 21.48 | 10.71 | 43.58 | - |
| YUV | 81.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 179 | 0.15 | 0.85 | 0 | 0.30 | 289.34 | 0.74 | 0.4 |
| Hex | 98 | 1B | B3 | F | 55 | 0 | 1E | 121 | 4A | 28 |
| Octal | 230 | 33 | 263 | 17 | 125 | 0 | 36 | 441 | 112 | 50 |
| Binary | 10011000 | 11011 | 10110011 | 1111 | 1010101 | 0 | 11110 | 100100001 | 1001010 | 101000 |
Color Harmonies of #981BB3
Complementary color
Monochromatic Colors of #981BB3
Black with #981BB3
Text Example
Text Example
White with #981BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981BB3; }
p { color: rgb(152,27,179); }
H1.HeaderClassName
{
color: #981BB3;
}
.AnyTagClassName
{
color: #981BB3;
}
</style>
background-color css
<style>
a { background-color: #981BB3; }
a { background-color: rgb(152,27,179); }
div.DivClassName
{
background-color: #981BB3;
}
.BgClassName
{
background-color: #981BB3;
}
</style>
border-color css
<style>
span { border-color: #981BB3; }
span { border-color: rgb(152,27,179); }
td.TdClassName
{
border-color: #981BB3;
}
.TagClassName
{
border-color: #981BB3;
}
</style>