Shades of Dark Orchid #982EC7
Tints of Dark Orchid #982EC7
RGB
CMYK
RGB Variations
Color information
#982EC7 (or 0x982EC7) is known color: Dark Orchid. HEX triplet: 98, 2E and C7. RGB value is (152,46,199). Sum of RGB (Red+Green+Blue) = 152+46+199=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #982EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982EC7 is #67D138. Grayscale: #5E5E5E. Windows color (decimal): -6803769 or 13053592. OLE color: 13053592.
HSL color Cylindrical-coordinate representation of color #982EC7: hue angle of 281.57º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982EC7 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 46 | 199 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.22 |
| HSL | 281.57º | 0.62% | 0.48% | - |
| HSV(B) | 281.57º | 0.77% | 0.78% | - |
| XYZ | 24.23 | 12.75 | 55.22 | - |
| YUV | 95.14 | 186.62 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 46 | 199 | 0.24 | 0.77 | 0 | 0.22 | 281.57 | 0.62 | 0.48 |
| Hex | 98 | 2E | C7 | 18 | 4D | 0 | 16 | 11A | 3E | 30 |
| Octal | 230 | 56 | 307 | 30 | 115 | 0 | 26 | 432 | 76 | 60 |
| Binary | 10011000 | 101110 | 11000111 | 11000 | 1001101 | 0 | 10110 | 100011010 | 111110 | 110000 |
Color Harmonies of #982EC7
Complementary color
Monochromatic Colors of #982EC7
Black with #982EC7
Text Example
Text Example
White with #982EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982EC7; }
p { color: rgb(152,46,199); }
H1.HeaderClassName
{
color: #982EC7;
}
.AnyTagClassName
{
color: #982EC7;
}
</style>
background-color css
<style>
a { background-color: #982EC7; }
a { background-color: rgb(152,46,199); }
div.DivClassName
{
background-color: #982EC7;
}
.BgClassName
{
background-color: #982EC7;
}
</style>
border-color css
<style>
span { border-color: #982EC7; }
span { border-color: rgb(152,46,199); }
td.TdClassName
{
border-color: #982EC7;
}
.TagClassName
{
border-color: #982EC7;
}
</style>