Shades of Dark Orchid #982DB2
Tints of Dark Orchid #982DB2
RGB
CMYK
RGB Variations
Color information
#982DB2 (or 0x982DB2) is known color: Dark Orchid. HEX triplet: 98, 2D and B2. RGB value is (152,45,178). Sum of RGB (Red+Green+Blue) = 152+45+178=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #982DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982DB2 is #67D24D. Grayscale: #5B5B5B. Windows color (decimal): -6804046 or 11677080. OLE color: 11677080.
HSL color Cylindrical-coordinate representation of color #982DB2: hue angle of 288.27º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982DB2 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 45 | 178 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.30 |
| HSL | 288.27º | 0.6% | 0.44% | - |
| HSV(B) | 288.27º | 0.75% | 0.7% | - |
| XYZ | 21.92 | 11.77 | 43.24 | - |
| YUV | 92.16 | 176.45 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 178 | 0.15 | 0.75 | 0 | 0.30 | 288.27 | 0.6 | 0.44 |
| Hex | 98 | 2D | B2 | F | 4B | 0 | 1E | 120 | 3C | 2C |
| Octal | 230 | 55 | 262 | 17 | 113 | 0 | 36 | 440 | 74 | 54 |
| Binary | 10011000 | 101101 | 10110010 | 1111 | 1001011 | 0 | 11110 | 100100000 | 111100 | 101100 |
Color Harmonies of #982DB2
Complementary color
Monochromatic Colors of #982DB2
Black with #982DB2
Text Example
Text Example
White with #982DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DB2; }
p { color: rgb(152,45,178); }
H1.HeaderClassName
{
color: #982DB2;
}
.AnyTagClassName
{
color: #982DB2;
}
</style>
background-color css
<style>
a { background-color: #982DB2; }
a { background-color: rgb(152,45,178); }
div.DivClassName
{
background-color: #982DB2;
}
.BgClassName
{
background-color: #982DB2;
}
</style>
border-color css
<style>
span { border-color: #982DB2; }
span { border-color: rgb(152,45,178); }
td.TdClassName
{
border-color: #982DB2;
}
.TagClassName
{
border-color: #982DB2;
}
</style>