Shades of Dark Orchid #981BCB
Tints of Dark Orchid #981BCB
RGB
CMYK
RGB Variations
Color information
#981BCB (or 0x981BCB) is known color: Dark Orchid. HEX triplet: 98, 1B and CB. RGB value is (152,27,203). Sum of RGB (Red+Green+Blue) = 152+27+203=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #981BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981BCB is #67E434. Grayscale: #535353. Windows color (decimal): -6808629 or 13310872. OLE color: 13310872.
HSL color Cylindrical-coordinate representation of color #981BCB: hue angle of 282.61º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981BCB is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 27 | 203 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.20 |
| HSL | 282.61º | 0.77% | 0.45% | - |
| HSV(B) | 282.61º | 0.87% | 0.8% | - |
| XYZ | 24.12 | 11.77 | 57.5 | - |
| YUV | 84.44 | 194.91 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 203 | 0.25 | 0.87 | 0 | 0.20 | 282.61 | 0.77 | 0.45 |
| Hex | 98 | 1B | CB | 19 | 57 | 0 | 14 | 11B | 4D | 2D |
| Octal | 230 | 33 | 313 | 31 | 127 | 0 | 24 | 433 | 115 | 55 |
| Binary | 10011000 | 11011 | 11001011 | 11001 | 1010111 | 0 | 10100 | 100011011 | 1001101 | 101101 |
Color Harmonies of #981BCB
Complementary color
Monochromatic Colors of #981BCB
Black with #981BCB
Text Example
Text Example
White with #981BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981BCB; }
p { color: rgb(152,27,203); }
H1.HeaderClassName
{
color: #981BCB;
}
.AnyTagClassName
{
color: #981BCB;
}
</style>
background-color css
<style>
a { background-color: #981BCB; }
a { background-color: rgb(152,27,203); }
div.DivClassName
{
background-color: #981BCB;
}
.BgClassName
{
background-color: #981BCB;
}
</style>
border-color css
<style>
span { border-color: #981BCB; }
span { border-color: rgb(152,27,203); }
td.TdClassName
{
border-color: #981BCB;
}
.TagClassName
{
border-color: #981BCB;
}
</style>