Shades of Dark Orchid #983FDC
Tints of Dark Orchid #983FDC
RGB
CMYK
RGB Variations
Color information
#983FDC (or 0x983FDC) is known color: Dark Orchid. HEX triplet: 98, 3F and DC. RGB value is (152,63,220). Sum of RGB (Red+Green+Blue) = 152+63+220=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #983FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983FDC is #67C023. Grayscale: #6A6A6A. Windows color (decimal): -6799396 or 14434200. OLE color: 14434200.
HSL color Cylindrical-coordinate representation of color #983FDC: hue angle of 274.01º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #983FDC is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 63 | 220 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.14 |
| HSL | 274.01º | 0.69% | 0.55% | - |
| HSV(B) | 274.01º | 0.71% | 0.86% | - |
| XYZ | 27.64 | 15.4 | 69.23 | - |
| YUV | 107.51 | 191.49 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 220 | 0.31 | 0.71 | 0 | 0.14 | 274.01 | 0.69 | 0.55 |
| Hex | 98 | 3F | DC | 1F | 47 | 0 | E | 112 | 45 | 37 |
| Octal | 230 | 77 | 334 | 37 | 107 | 0 | 16 | 422 | 105 | 67 |
| Binary | 10011000 | 111111 | 11011100 | 11111 | 1000111 | 0 | 1110 | 100010010 | 1000101 | 110111 |
Color Harmonies of #983FDC
Complementary color
Monochromatic Colors of #983FDC
Black with #983FDC
Text Example
Text Example
White with #983FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983FDC; }
p { color: rgb(152,63,220); }
H1.HeaderClassName
{
color: #983FDC;
}
.AnyTagClassName
{
color: #983FDC;
}
</style>
background-color css
<style>
a { background-color: #983FDC; }
a { background-color: rgb(152,63,220); }
div.DivClassName
{
background-color: #983FDC;
}
.BgClassName
{
background-color: #983FDC;
}
</style>
border-color css
<style>
span { border-color: #983FDC; }
span { border-color: rgb(152,63,220); }
td.TdClassName
{
border-color: #983FDC;
}
.TagClassName
{
border-color: #983FDC;
}
</style>