Shades of Dark Orchid #982BD8
Tints of Dark Orchid #982BD8
RGB
CMYK
RGB Variations
Color information
#982BD8 (or 0x982BD8) is known color: Dark Orchid. HEX triplet: 98, 2B and D8. RGB value is (152,43,216). Sum of RGB (Red+Green+Blue) = 152+43+216=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 216 (84.77% from 255 or 52.55% from 411); Max value from RGB is 216 - color contains mainly: blue. Hex color #982BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982BD8 is #67D427. Grayscale: #5E5E5E. Windows color (decimal): -6804520 or 14166936. OLE color: 14166936.
HSL color Cylindrical-coordinate representation of color #982BD8: hue angle of 277.8º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #982BD8 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 43 | 216 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.15 |
| HSL | 277.8º | 0.69% | 0.51% | - |
| HSV(B) | 277.8º | 0.8% | 0.85% | - |
| XYZ | 26.21 | 13.36 | 66.16 | - |
| YUV | 95.31 | 196.11 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 216 | 0.30 | 0.80 | 0 | 0.15 | 277.8 | 0.69 | 0.51 |
| Hex | 98 | 2B | D8 | 1E | 50 | 0 | F | 116 | 45 | 33 |
| Octal | 230 | 53 | 330 | 36 | 120 | 0 | 17 | 426 | 105 | 63 |
| Binary | 10011000 | 101011 | 11011000 | 11110 | 1010000 | 0 | 1111 | 100010110 | 1000101 | 110011 |
Color Harmonies of #982BD8
Complementary color
Monochromatic Colors of #982BD8
Black with #982BD8
Text Example
Text Example
White with #982BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982BD8; }
p { color: rgb(152,43,216); }
H1.HeaderClassName
{
color: #982BD8;
}
.AnyTagClassName
{
color: #982BD8;
}
</style>
background-color css
<style>
a { background-color: #982BD8; }
a { background-color: rgb(152,43,216); }
div.DivClassName
{
background-color: #982BD8;
}
.BgClassName
{
background-color: #982BD8;
}
</style>
border-color css
<style>
span { border-color: #982BD8; }
span { border-color: rgb(152,43,216); }
td.TdClassName
{
border-color: #982BD8;
}
.TagClassName
{
border-color: #982BD8;
}
</style>