Shades of Dark Orchid #983ECE
Tints of Dark Orchid #983ECE
RGB
CMYK
RGB Variations
Color information
#983ECE (or 0x983ECE) is known color: Dark Orchid. HEX triplet: 98, 3E and CE. RGB value is (152,62,206). Sum of RGB (Red+Green+Blue) = 152+62+206=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #983ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983ECE is #67C131. Grayscale: #686868. Windows color (decimal): -6799666 or 13516440. OLE color: 13516440.
HSL color Cylindrical-coordinate representation of color #983ECE: hue angle of 277.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #983ECE is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 62 | 206 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.19 |
| HSL | 277.5º | 0.6% | 0.53% | - |
| HSV(B) | 277.5º | 0.7% | 0.81% | - |
| XYZ | 25.81 | 14.58 | 59.85 | - |
| YUV | 105.33 | 184.82 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 206 | 0.26 | 0.70 | 0 | 0.19 | 277.5 | 0.6 | 0.53 |
| Hex | 98 | 3E | CE | 1A | 46 | 0 | 13 | 116 | 3C | 35 |
| Octal | 230 | 76 | 316 | 32 | 106 | 0 | 23 | 426 | 74 | 65 |
| Binary | 10011000 | 111110 | 11001110 | 11010 | 1000110 | 0 | 10011 | 100010110 | 111100 | 110101 |
Color Harmonies of #983ECE
Complementary color
Monochromatic Colors of #983ECE
Black with #983ECE
Text Example
Text Example
White with #983ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983ECE; }
p { color: rgb(152,62,206); }
H1.HeaderClassName
{
color: #983ECE;
}
.AnyTagClassName
{
color: #983ECE;
}
</style>
background-color css
<style>
a { background-color: #983ECE; }
a { background-color: rgb(152,62,206); }
div.DivClassName
{
background-color: #983ECE;
}
.BgClassName
{
background-color: #983ECE;
}
</style>
border-color css
<style>
span { border-color: #983ECE; }
span { border-color: rgb(152,62,206); }
td.TdClassName
{
border-color: #983ECE;
}
.TagClassName
{
border-color: #983ECE;
}
</style>