Shades of Dark Orchid #982CB7
Tints of Dark Orchid #982CB7
RGB
CMYK
RGB Variations
Color information
#982CB7 (or 0x982CB7) is known color: Dark Orchid. HEX triplet: 98, 2C and B7. RGB value is (152,44,183). Sum of RGB (Red+Green+Blue) = 152+44+183=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #982CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982CB7 is #67D348. Grayscale: #5B5B5B. Windows color (decimal): -6804297 or 12004504. OLE color: 12004504.
HSL color Cylindrical-coordinate representation of color #982CB7: hue angle of 286.62º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982CB7 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 44 | 183 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.28 |
| HSL | 286.62º | 0.61% | 0.45% | - |
| HSV(B) | 286.62º | 0.76% | 0.72% | - |
| XYZ | 22.4 | 11.9 | 45.92 | - |
| YUV | 92.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 183 | 0.17 | 0.76 | 0 | 0.28 | 286.62 | 0.61 | 0.45 |
| Hex | 98 | 2C | B7 | 11 | 4C | 0 | 1C | 11F | 3D | 2D |
| Octal | 230 | 54 | 267 | 21 | 114 | 0 | 34 | 437 | 75 | 55 |
| Binary | 10011000 | 101100 | 10110111 | 10001 | 1001100 | 0 | 11100 | 100011111 | 111101 | 101101 |
Color Harmonies of #982CB7
Complementary color
Monochromatic Colors of #982CB7
Black with #982CB7
Text Example
Text Example
White with #982CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982CB7; }
p { color: rgb(152,44,183); }
H1.HeaderClassName
{
color: #982CB7;
}
.AnyTagClassName
{
color: #982CB7;
}
</style>
background-color css
<style>
a { background-color: #982CB7; }
a { background-color: rgb(152,44,183); }
div.DivClassName
{
background-color: #982CB7;
}
.BgClassName
{
background-color: #982CB7;
}
</style>
border-color css
<style>
span { border-color: #982CB7; }
span { border-color: rgb(152,44,183); }
td.TdClassName
{
border-color: #982CB7;
}
.TagClassName
{
border-color: #982CB7;
}
</style>