Shades of Dark Orchid #981AD2
Tints of Dark Orchid #981AD2
RGB
CMYK
RGB Variations
Color information
#981AD2 (or 0x981AD2) is known color: Dark Orchid. HEX triplet: 98, 1A and D2. RGB value is (152,26,210). Sum of RGB (Red+Green+Blue) = 152+26+210=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #981AD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981AD2 is #67E52D. Grayscale: #545454. Windows color (decimal): -6808878 or 13769368. OLE color: 13769368.
HSL color Cylindrical-coordinate representation of color #981AD2: hue angle of 281.09º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981AD2 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 26 | 210 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.18 |
| HSL | 281.09º | 0.78% | 0.46% | - |
| HSV(B) | 281.09º | 0.88% | 0.82% | - |
| XYZ | 24.95 | 12.07 | 61.99 | - |
| YUV | 84.65 | 198.74 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 210 | 0.28 | 0.88 | 0 | 0.18 | 281.09 | 0.78 | 0.46 |
| Hex | 98 | 1A | D2 | 1C | 58 | 0 | 12 | 119 | 4E | 2E |
| Octal | 230 | 32 | 322 | 34 | 130 | 0 | 22 | 431 | 116 | 56 |
| Binary | 10011000 | 11010 | 11010010 | 11100 | 1011000 | 0 | 10010 | 100011001 | 1001110 | 101110 |
Color Harmonies of #981AD2
Complementary color
Monochromatic Colors of #981AD2
Black with #981AD2
Text Example
Text Example
White with #981AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981AD2; }
p { color: rgb(152,26,210); }
H1.HeaderClassName
{
color: #981AD2;
}
.AnyTagClassName
{
color: #981AD2;
}
</style>
background-color css
<style>
a { background-color: #981AD2; }
a { background-color: rgb(152,26,210); }
div.DivClassName
{
background-color: #981AD2;
}
.BgClassName
{
background-color: #981AD2;
}
</style>
border-color css
<style>
span { border-color: #981AD2; }
span { border-color: rgb(152,26,210); }
td.TdClassName
{
border-color: #981AD2;
}
.TagClassName
{
border-color: #981AD2;
}
</style>