Shades of Dark Orchid #982AD0
Tints of Dark Orchid #982AD0
RGB
CMYK
RGB Variations
Color information
#982AD0 (or 0x982AD0) is known color: Dark Orchid. HEX triplet: 98, 2A and D0. RGB value is (152,42,208). Sum of RGB (Red+Green+Blue) = 152+42+208=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #982AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982AD0 is #67D52F. Grayscale: #5D5D5D. Windows color (decimal): -6804784 or 13642392. OLE color: 13642392.
HSL color Cylindrical-coordinate representation of color #982AD0: hue angle of 279.76º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #982AD0 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 42 | 208 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.18 |
| HSL | 279.76º | 0.66% | 0.49% | - |
| HSV(B) | 279.76º | 0.8% | 0.82% | - |
| XYZ | 25.16 | 12.89 | 60.84 | - |
| YUV | 93.81 | 192.44 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 208 | 0.27 | 0.80 | 0 | 0.18 | 279.76 | 0.66 | 0.49 |
| Hex | 98 | 2A | D0 | 1B | 50 | 0 | 12 | 118 | 42 | 31 |
| Octal | 230 | 52 | 320 | 33 | 120 | 0 | 22 | 430 | 102 | 61 |
| Binary | 10011000 | 101010 | 11010000 | 11011 | 1010000 | 0 | 10010 | 100011000 | 1000010 | 110001 |
Color Harmonies of #982AD0
Complementary color
Monochromatic Colors of #982AD0
Black with #982AD0
Text Example
Text Example
White with #982AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982AD0; }
p { color: rgb(152,42,208); }
H1.HeaderClassName
{
color: #982AD0;
}
.AnyTagClassName
{
color: #982AD0;
}
</style>
background-color css
<style>
a { background-color: #982AD0; }
a { background-color: rgb(152,42,208); }
div.DivClassName
{
background-color: #982AD0;
}
.BgClassName
{
background-color: #982AD0;
}
</style>
border-color css
<style>
span { border-color: #982AD0; }
span { border-color: rgb(152,42,208); }
td.TdClassName
{
border-color: #982AD0;
}
.TagClassName
{
border-color: #982AD0;
}
</style>