Shades of Dark Orchid #983EC6
Tints of Dark Orchid #983EC6
RGB
CMYK
RGB Variations
Color information
#983EC6 (or 0x983EC6) is known color: Dark Orchid. HEX triplet: 98, 3E and C6. RGB value is (152,62,198). Sum of RGB (Red+Green+Blue) = 152+62+198=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #983EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983EC6 is #67C139. Grayscale: #676767. Windows color (decimal): -6799674 or 12992152. OLE color: 12992152.
HSL color Cylindrical-coordinate representation of color #983EC6: hue angle of 279.71º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #983EC6 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 62 | 198 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.22 |
| HSL | 279.71º | 0.54% | 0.51% | - |
| HSV(B) | 279.71º | 0.69% | 0.78% | - |
| XYZ | 24.86 | 14.2 | 54.86 | - |
| YUV | 104.41 | 180.82 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 198 | 0.23 | 0.69 | 0 | 0.22 | 279.71 | 0.54 | 0.51 |
| Hex | 98 | 3E | C6 | 17 | 45 | 0 | 16 | 118 | 36 | 33 |
| Octal | 230 | 76 | 306 | 27 | 105 | 0 | 26 | 430 | 66 | 63 |
| Binary | 10011000 | 111110 | 11000110 | 10111 | 1000101 | 0 | 10110 | 100011000 | 110110 | 110011 |
Color Harmonies of #983EC6
Complementary color
Monochromatic Colors of #983EC6
Black with #983EC6
Text Example
Text Example
White with #983EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983EC6; }
p { color: rgb(152,62,198); }
H1.HeaderClassName
{
color: #983EC6;
}
.AnyTagClassName
{
color: #983EC6;
}
</style>
background-color css
<style>
a { background-color: #983EC6; }
a { background-color: rgb(152,62,198); }
div.DivClassName
{
background-color: #983EC6;
}
.BgClassName
{
background-color: #983EC6;
}
</style>
border-color css
<style>
span { border-color: #983EC6; }
span { border-color: rgb(152,62,198); }
td.TdClassName
{
border-color: #983EC6;
}
.TagClassName
{
border-color: #983EC6;
}
</style>