Shades of Dark Orchid #982DC8
Tints of Dark Orchid #982DC8
RGB
CMYK
RGB Variations
Color information
#982DC8 (or 0x982DC8) is known color: Dark Orchid. HEX triplet: 98, 2D and C8. RGB value is (152,45,200). Sum of RGB (Red+Green+Blue) = 152+45+200=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #982DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DC8 is #67D237. Grayscale: #5E5E5E. Windows color (decimal): -6804024 or 13118872. OLE color: 13118872.
HSL color Cylindrical-coordinate representation of color #982DC8: hue angle of 281.42º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982DC8 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 45 | 200 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.22 |
| HSL | 281.42º | 0.63% | 0.48% | - |
| HSV(B) | 281.42º | 0.78% | 0.78% | - |
| XYZ | 24.31 | 12.72 | 55.82 | - |
| YUV | 94.66 | 187.45 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 200 | 0.24 | 0.78 | 0 | 0.22 | 281.42 | 0.63 | 0.48 |
| Hex | 98 | 2D | C8 | 18 | 4E | 0 | 16 | 119 | 3F | 30 |
| Octal | 230 | 55 | 310 | 30 | 116 | 0 | 26 | 431 | 77 | 60 |
| Binary | 10011000 | 101101 | 11001000 | 11000 | 1001110 | 0 | 10110 | 100011001 | 111111 | 110000 |
Color Harmonies of #982DC8
Complementary color
Monochromatic Colors of #982DC8
Black with #982DC8
Text Example
Text Example
White with #982DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DC8; }
p { color: rgb(152,45,200); }
H1.HeaderClassName
{
color: #982DC8;
}
.AnyTagClassName
{
color: #982DC8;
}
</style>
background-color css
<style>
a { background-color: #982DC8; }
a { background-color: rgb(152,45,200); }
div.DivClassName
{
background-color: #982DC8;
}
.BgClassName
{
background-color: #982DC8;
}
</style>
border-color css
<style>
span { border-color: #982DC8; }
span { border-color: rgb(152,45,200); }
td.TdClassName
{
border-color: #982DC8;
}
.TagClassName
{
border-color: #982DC8;
}
</style>