Shades of Dark Orchid #982DC4
Tints of Dark Orchid #982DC4
RGB
CMYK
RGB Variations
Color information
#982DC4 (or 0x982DC4) is known color: Dark Orchid. HEX triplet: 98, 2D and C4. RGB value is (152,45,196). Sum of RGB (Red+Green+Blue) = 152+45+196=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #982DC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DC4 is #67D23B. Grayscale: #5D5D5D. Windows color (decimal): -6804028 or 12856728. OLE color: 12856728.
HSL color Cylindrical-coordinate representation of color #982DC4: hue angle of 282.52º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982DC4 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 45 | 196 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.23 |
| HSL | 282.52º | 0.63% | 0.47% | - |
| HSV(B) | 282.52º | 0.77% | 0.77% | - |
| XYZ | 23.85 | 12.54 | 53.39 | - |
| YUV | 94.21 | 185.45 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 196 | 0.22 | 0.77 | 0 | 0.23 | 282.52 | 0.63 | 0.47 |
| Hex | 98 | 2D | C4 | 16 | 4D | 0 | 17 | 11B | 3F | 2F |
| Octal | 230 | 55 | 304 | 26 | 115 | 0 | 27 | 433 | 77 | 57 |
| Binary | 10011000 | 101101 | 11000100 | 10110 | 1001101 | 0 | 10111 | 100011011 | 111111 | 101111 |
Color Harmonies of #982DC4
Complementary color
Monochromatic Colors of #982DC4
Black with #982DC4
Text Example
Text Example
White with #982DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DC4; }
p { color: rgb(152,45,196); }
H1.HeaderClassName
{
color: #982DC4;
}
.AnyTagClassName
{
color: #982DC4;
}
</style>
background-color css
<style>
a { background-color: #982DC4; }
a { background-color: rgb(152,45,196); }
div.DivClassName
{
background-color: #982DC4;
}
.BgClassName
{
background-color: #982DC4;
}
</style>
border-color css
<style>
span { border-color: #982DC4; }
span { border-color: rgb(152,45,196); }
td.TdClassName
{
border-color: #982DC4;
}
.TagClassName
{
border-color: #982DC4;
}
</style>