Shades of Dark Orchid #982DC3
Tints of Dark Orchid #982DC3
RGB
CMYK
RGB Variations
Color information
#982DC3 (or 0x982DC3) is known color: Dark Orchid. HEX triplet: 98, 2D and C3. RGB value is (152,45,195). Sum of RGB (Red+Green+Blue) = 152+45+195=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: blue. Hex color #982DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DC3 is #67D23C. Grayscale: #5D5D5D. Windows color (decimal): -6804029 or 12791192. OLE color: 12791192.
HSL color Cylindrical-coordinate representation of color #982DC3: hue angle of 282.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982DC3 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 45 | 195 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.24 |
| HSL | 282.8º | 0.63% | 0.47% | - |
| HSV(B) | 282.8º | 0.77% | 0.76% | - |
| XYZ | 23.74 | 12.49 | 52.79 | - |
| YUV | 94.09 | 184.95 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 195 | 0.22 | 0.77 | 0 | 0.24 | 282.8 | 0.63 | 0.47 |
| Hex | 98 | 2D | C3 | 16 | 4D | 0 | 18 | 11B | 3E | 2F |
| Octal | 230 | 55 | 303 | 26 | 115 | 0 | 30 | 433 | 76 | 57 |
| Binary | 10011000 | 101101 | 11000011 | 10110 | 1001101 | 0 | 11000 | 100011011 | 111110 | 101111 |
Color Harmonies of #982DC3
Complementary color
Monochromatic Colors of #982DC3
Black with #982DC3
Text Example
Text Example
White with #982DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DC3; }
p { color: rgb(152,45,195); }
H1.HeaderClassName
{
color: #982DC3;
}
.AnyTagClassName
{
color: #982DC3;
}
</style>
background-color css
<style>
a { background-color: #982DC3; }
a { background-color: rgb(152,45,195); }
div.DivClassName
{
background-color: #982DC3;
}
.BgClassName
{
background-color: #982DC3;
}
</style>
border-color css
<style>
span { border-color: #982DC3; }
span { border-color: rgb(152,45,195); }
td.TdClassName
{
border-color: #982DC3;
}
.TagClassName
{
border-color: #982DC3;
}
</style>