Shades of Dark Orchid #982DB3
Tints of Dark Orchid #982DB3
RGB
CMYK
RGB Variations
Color information
#982DB3 (or 0x982DB3) is known color: Dark Orchid. HEX triplet: 98, 2D and B3. RGB value is (152,45,179). Sum of RGB (Red+Green+Blue) = 152+45+179=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #982DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DB3 is #67D24C. Grayscale: #5B5B5B. Windows color (decimal): -6804045 or 11742616. OLE color: 11742616.
HSL color Cylindrical-coordinate representation of color #982DB3: hue angle of 287.91º 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 #982DB3 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 45 | 179 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.30 |
| HSL | 287.91º | 0.6% | 0.44% | - |
| HSV(B) | 287.91º | 0.75% | 0.7% | - |
| XYZ | 22.02 | 11.81 | 43.77 | - |
| YUV | 92.27 | 176.95 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 179 | 0.15 | 0.75 | 0 | 0.30 | 287.91 | 0.6 | 0.44 |
| Hex | 98 | 2D | B3 | F | 4B | 0 | 1E | 120 | 3C | 2C |
| Octal | 230 | 55 | 263 | 17 | 113 | 0 | 36 | 440 | 74 | 54 |
| Binary | 10011000 | 101101 | 10110011 | 1111 | 1001011 | 0 | 11110 | 100100000 | 111100 | 101100 |
Color Harmonies of #982DB3
Complementary color
Monochromatic Colors of #982DB3
Black with #982DB3
Text Example
Text Example
White with #982DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DB3; }
p { color: rgb(152,45,179); }
H1.HeaderClassName
{
color: #982DB3;
}
.AnyTagClassName
{
color: #982DB3;
}
</style>
background-color css
<style>
a { background-color: #982DB3; }
a { background-color: rgb(152,45,179); }
div.DivClassName
{
background-color: #982DB3;
}
.BgClassName
{
background-color: #982DB3;
}
</style>
border-color css
<style>
span { border-color: #982DB3; }
span { border-color: rgb(152,45,179); }
td.TdClassName
{
border-color: #982DB3;
}
.TagClassName
{
border-color: #982DB3;
}
</style>