Shades of Dark Orchid #981AAF
Tints of Dark Orchid #981AAF
RGB
CMYK
RGB Variations
Color information
#981AAF (or 0x981AAF) is known color: Dark Orchid. HEX triplet: 98, 1A and AF. RGB value is (152,26,175). Sum of RGB (Red+Green+Blue) = 152+26+175=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #981AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981AAF is #67E550. Grayscale: #505050. Windows color (decimal): -6808913 or 11475608. OLE color: 11475608.
HSL color Cylindrical-coordinate representation of color #981AAF: hue angle of 290.74º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981AAF is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 26 | 175 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.31 |
| HSL | 290.74º | 0.74% | 0.39% | - |
| HSV(B) | 290.74º | 0.85% | 0.69% | - |
| XYZ | 21.06 | 10.51 | 41.48 | - |
| YUV | 80.66 | 181.24 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 175 | 0.13 | 0.85 | 0 | 0.31 | 290.74 | 0.74 | 0.39 |
| Hex | 98 | 1A | AF | D | 55 | 0 | 1F | 123 | 4A | 27 |
| Octal | 230 | 32 | 257 | 15 | 125 | 0 | 37 | 443 | 112 | 47 |
| Binary | 10011000 | 11010 | 10101111 | 1101 | 1010101 | 0 | 11111 | 100100011 | 1001010 | 100111 |
Color Harmonies of #981AAF
Complementary color
Monochromatic Colors of #981AAF
Black with #981AAF
Text Example
Text Example
White with #981AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981AAF; }
p { color: rgb(152,26,175); }
H1.HeaderClassName
{
color: #981AAF;
}
.AnyTagClassName
{
color: #981AAF;
}
</style>
background-color css
<style>
a { background-color: #981AAF; }
a { background-color: rgb(152,26,175); }
div.DivClassName
{
background-color: #981AAF;
}
.BgClassName
{
background-color: #981AAF;
}
</style>
border-color css
<style>
span { border-color: #981AAF; }
span { border-color: rgb(152,26,175); }
td.TdClassName
{
border-color: #981AAF;
}
.TagClassName
{
border-color: #981AAF;
}
</style>