Shades of Dark Orchid #981BCF
Tints of Dark Orchid #981BCF
RGB
CMYK
RGB Variations
Color information
#981BCF (or 0x981BCF) is known color: Dark Orchid. HEX triplet: 98, 1B and CF. RGB value is (152,27,207). Sum of RGB (Red+Green+Blue) = 152+27+207=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #981BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981BCF is #67E430. Grayscale: #545454. Windows color (decimal): -6808625 or 13573016. OLE color: 13573016.
HSL color Cylindrical-coordinate representation of color #981BCF: hue angle of 281.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981BCF is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 27 | 207 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.19 |
| HSL | 281.67º | 0.77% | 0.46% | - |
| HSV(B) | 281.67º | 0.87% | 0.81% | - |
| XYZ | 24.6 | 11.96 | 60.04 | - |
| YUV | 84.9 | 196.91 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 207 | 0.27 | 0.87 | 0 | 0.19 | 281.67 | 0.77 | 0.46 |
| Hex | 98 | 1B | CF | 1B | 57 | 0 | 13 | 11A | 4D | 2E |
| Octal | 230 | 33 | 317 | 33 | 127 | 0 | 23 | 432 | 115 | 56 |
| Binary | 10011000 | 11011 | 11001111 | 11011 | 1010111 | 0 | 10011 | 100011010 | 1001101 | 101110 |
Color Harmonies of #981BCF
Complementary color
Monochromatic Colors of #981BCF
Black with #981BCF
Text Example
Text Example
White with #981BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981BCF; }
p { color: rgb(152,27,207); }
H1.HeaderClassName
{
color: #981BCF;
}
.AnyTagClassName
{
color: #981BCF;
}
</style>
background-color css
<style>
a { background-color: #981BCF; }
a { background-color: rgb(152,27,207); }
div.DivClassName
{
background-color: #981BCF;
}
.BgClassName
{
background-color: #981BCF;
}
</style>
border-color css
<style>
span { border-color: #981BCF; }
span { border-color: rgb(152,27,207); }
td.TdClassName
{
border-color: #981BCF;
}
.TagClassName
{
border-color: #981BCF;
}
</style>