Shades of Dark Orchid #982DBD
Tints of Dark Orchid #982DBD
RGB
CMYK
RGB Variations
Color information
#982DBD (or 0x982DBD) is known color: Dark Orchid. HEX triplet: 98, 2D and BD. RGB value is (152,45,189). Sum of RGB (Red+Green+Blue) = 152+45+189=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #982DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DBD is #67D242. Grayscale: #5C5C5C. Windows color (decimal): -6804035 or 12397976. OLE color: 12397976.
HSL color Cylindrical-coordinate representation of color #982DBD: hue angle of 284.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982DBD is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 45 | 189 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.26 |
| HSL | 284.58º | 0.62% | 0.46% | - |
| HSV(B) | 284.58º | 0.76% | 0.74% | - |
| XYZ | 23.07 | 12.23 | 49.29 | - |
| YUV | 93.41 | 181.95 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 189 | 0.20 | 0.76 | 0 | 0.26 | 284.58 | 0.62 | 0.46 |
| Hex | 98 | 2D | BD | 14 | 4C | 0 | 1A | 11D | 3E | 2E |
| Octal | 230 | 55 | 275 | 24 | 114 | 0 | 32 | 435 | 76 | 56 |
| Binary | 10011000 | 101101 | 10111101 | 10100 | 1001100 | 0 | 11010 | 100011101 | 111110 | 101110 |
Color Harmonies of #982DBD
Complementary color
Monochromatic Colors of #982DBD
Black with #982DBD
Text Example
Text Example
White with #982DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DBD; }
p { color: rgb(152,45,189); }
H1.HeaderClassName
{
color: #982DBD;
}
.AnyTagClassName
{
color: #982DBD;
}
</style>
background-color css
<style>
a { background-color: #982DBD; }
a { background-color: rgb(152,45,189); }
div.DivClassName
{
background-color: #982DBD;
}
.BgClassName
{
background-color: #982DBD;
}
</style>
border-color css
<style>
span { border-color: #982DBD; }
span { border-color: rgb(152,45,189); }
td.TdClassName
{
border-color: #982DBD;
}
.TagClassName
{
border-color: #982DBD;
}
</style>