Shades of Dark Orchid #983CDC
Tints of Dark Orchid #983CDC
RGB
CMYK
RGB Variations
Color information
#983CDC (or 0x983CDC) is known color: Dark Orchid. HEX triplet: 98, 3C and DC. RGB value is (152,60,220). Sum of RGB (Red+Green+Blue) = 152+60+220=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #983CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CDC is #67C323. Grayscale: #696969. Windows color (decimal): -6800164 or 14433432. OLE color: 14433432.
HSL color Cylindrical-coordinate representation of color #983CDC: hue angle of 274.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #983CDC is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 60 | 220 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.14 |
| HSL | 274.5º | 0.7% | 0.55% | - |
| HSV(B) | 274.5º | 0.73% | 0.86% | - |
| XYZ | 27.48 | 15.07 | 69.17 | - |
| YUV | 105.75 | 192.48 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 220 | 0.31 | 0.73 | 0 | 0.14 | 274.5 | 0.7 | 0.55 |
| Hex | 98 | 3C | DC | 1F | 49 | 0 | E | 112 | 46 | 37 |
| Octal | 230 | 74 | 334 | 37 | 111 | 0 | 16 | 422 | 106 | 67 |
| Binary | 10011000 | 111100 | 11011100 | 11111 | 1001001 | 0 | 1110 | 100010010 | 1000110 | 110111 |
Color Harmonies of #983CDC
Complementary color
Monochromatic Colors of #983CDC
Black with #983CDC
Text Example
Text Example
White with #983CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CDC; }
p { color: rgb(152,60,220); }
H1.HeaderClassName
{
color: #983CDC;
}
.AnyTagClassName
{
color: #983CDC;
}
</style>
background-color css
<style>
a { background-color: #983CDC; }
a { background-color: rgb(152,60,220); }
div.DivClassName
{
background-color: #983CDC;
}
.BgClassName
{
background-color: #983CDC;
}
</style>
border-color css
<style>
span { border-color: #983CDC; }
span { border-color: rgb(152,60,220); }
td.TdClassName
{
border-color: #983CDC;
}
.TagClassName
{
border-color: #983CDC;
}
</style>