Shades of Dark Orchid #982DCE
Tints of Dark Orchid #982DCE
RGB
CMYK
RGB Variations
Color information
#982DCE (or 0x982DCE) is known color: Dark Orchid. HEX triplet: 98, 2D and CE. RGB value is (152,45,206). Sum of RGB (Red+Green+Blue) = 152+45+206=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #982DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DCE is #67D231. Grayscale: #5E5E5E. Windows color (decimal): -6804018 or 13512088. OLE color: 13512088.
HSL color Cylindrical-coordinate representation of color #982DCE: hue angle of 279.88º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982DCE is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 45 | 206 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.19 |
| HSL | 279.88º | 0.64% | 0.49% | - |
| HSV(B) | 279.88º | 0.78% | 0.81% | - |
| XYZ | 25.03 | 13.01 | 59.58 | - |
| YUV | 95.35 | 190.45 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 206 | 0.26 | 0.78 | 0 | 0.19 | 279.88 | 0.64 | 0.49 |
| Hex | 98 | 2D | CE | 1A | 4E | 0 | 13 | 118 | 40 | 31 |
| Octal | 230 | 55 | 316 | 32 | 116 | 0 | 23 | 430 | 100 | 61 |
| Binary | 10011000 | 101101 | 11001110 | 11010 | 1001110 | 0 | 10011 | 100011000 | 1000000 | 110001 |
Color Harmonies of #982DCE
Complementary color
Monochromatic Colors of #982DCE
Black with #982DCE
Text Example
Text Example
White with #982DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DCE; }
p { color: rgb(152,45,206); }
H1.HeaderClassName
{
color: #982DCE;
}
.AnyTagClassName
{
color: #982DCE;
}
</style>
background-color css
<style>
a { background-color: #982DCE; }
a { background-color: rgb(152,45,206); }
div.DivClassName
{
background-color: #982DCE;
}
.BgClassName
{
background-color: #982DCE;
}
</style>
border-color css
<style>
span { border-color: #982DCE; }
span { border-color: rgb(152,45,206); }
td.TdClassName
{
border-color: #982DCE;
}
.TagClassName
{
border-color: #982DCE;
}
</style>