Shades of Dark Orchid #981ABB
Tints of Dark Orchid #981ABB
RGB
CMYK
RGB Variations
Color information
#981ABB (or 0x981ABB) is known color: Dark Orchid. HEX triplet: 98, 1A and BB. RGB value is (152,26,187). Sum of RGB (Red+Green+Blue) = 152+26+187=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #981ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981ABB is #67E544. Grayscale: #515151. Windows color (decimal): -6808901 or 12262040. OLE color: 12262040.
HSL color Cylindrical-coordinate representation of color #981ABB: hue angle of 286.96º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981ABB is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 26 | 187 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.27 |
| HSL | 286.96º | 0.76% | 0.42% | - |
| HSV(B) | 286.96º | 0.86% | 0.73% | - |
| XYZ | 22.29 | 11 | 47.96 | - |
| YUV | 82.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 187 | 0.19 | 0.86 | 0 | 0.27 | 286.96 | 0.76 | 0.42 |
| Hex | 98 | 1A | BB | 13 | 56 | 0 | 1B | 11F | 4C | 2A |
| Octal | 230 | 32 | 273 | 23 | 126 | 0 | 33 | 437 | 114 | 52 |
| Binary | 10011000 | 11010 | 10111011 | 10011 | 1010110 | 0 | 11011 | 100011111 | 1001100 | 101010 |
Color Harmonies of #981ABB
Complementary color
Monochromatic Colors of #981ABB
Black with #981ABB
Text Example
Text Example
White with #981ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981ABB; }
p { color: rgb(152,26,187); }
H1.HeaderClassName
{
color: #981ABB;
}
.AnyTagClassName
{
color: #981ABB;
}
</style>
background-color css
<style>
a { background-color: #981ABB; }
a { background-color: rgb(152,26,187); }
div.DivClassName
{
background-color: #981ABB;
}
.BgClassName
{
background-color: #981ABB;
}
</style>
border-color css
<style>
span { border-color: #981ABB; }
span { border-color: rgb(152,26,187); }
td.TdClassName
{
border-color: #981ABB;
}
.TagClassName
{
border-color: #981ABB;
}
</style>