Shades of Dark Orchid #983FCE
Tints of Dark Orchid #983FCE
RGB
CMYK
RGB Variations
Color information
#983FCE (or 0x983FCE) is known color: Dark Orchid. HEX triplet: 98, 3F and CE. RGB value is (152,63,206). Sum of RGB (Red+Green+Blue) = 152+63+206=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #983FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983FCE is #67C031. Grayscale: #696969. Windows color (decimal): -6799410 or 13516696. OLE color: 13516696.
HSL color Cylindrical-coordinate representation of color #983FCE: hue angle of 277.34º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #983FCE is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 63 | 206 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.19 |
| HSL | 277.34º | 0.59% | 0.53% | - |
| HSV(B) | 277.34º | 0.69% | 0.81% | - |
| XYZ | 25.87 | 14.69 | 59.86 | - |
| YUV | 105.91 | 184.49 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 206 | 0.26 | 0.69 | 0 | 0.19 | 277.34 | 0.59 | 0.53 |
| Hex | 98 | 3F | CE | 1A | 45 | 0 | 13 | 115 | 3B | 35 |
| Octal | 230 | 77 | 316 | 32 | 105 | 0 | 23 | 425 | 73 | 65 |
| Binary | 10011000 | 111111 | 11001110 | 11010 | 1000101 | 0 | 10011 | 100010101 | 111011 | 110101 |
Color Harmonies of #983FCE
Complementary color
Monochromatic Colors of #983FCE
Black with #983FCE
Text Example
Text Example
White with #983FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983FCE; }
p { color: rgb(152,63,206); }
H1.HeaderClassName
{
color: #983FCE;
}
.AnyTagClassName
{
color: #983FCE;
}
</style>
background-color css
<style>
a { background-color: #983FCE; }
a { background-color: rgb(152,63,206); }
div.DivClassName
{
background-color: #983FCE;
}
.BgClassName
{
background-color: #983FCE;
}
</style>
border-color css
<style>
span { border-color: #983FCE; }
span { border-color: rgb(152,63,206); }
td.TdClassName
{
border-color: #983FCE;
}
.TagClassName
{
border-color: #983FCE;
}
</style>