Shades of Dark Orchid #983DCB
Tints of Dark Orchid #983DCB
RGB
CMYK
RGB Variations
Color information
#983DCB (or 0x983DCB) is known color: Dark Orchid. HEX triplet: 98, 3D and CB. RGB value is (152,61,203). Sum of RGB (Red+Green+Blue) = 152+61+203=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #983DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983DCB is #67C234. Grayscale: #676767. Windows color (decimal): -6799925 or 13319576. OLE color: 13319576.
HSL color Cylindrical-coordinate representation of color #983DCB: hue angle of 278.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #983DCB is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 61 | 203 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.20 |
| HSL | 278.45º | 0.58% | 0.52% | - |
| HSV(B) | 278.45º | 0.7% | 0.8% | - |
| XYZ | 25.4 | 14.32 | 57.93 | - |
| YUV | 104.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 203 | 0.25 | 0.70 | 0 | 0.20 | 278.45 | 0.58 | 0.52 |
| Hex | 98 | 3D | CB | 19 | 46 | 0 | 14 | 116 | 3A | 34 |
| Octal | 230 | 75 | 313 | 31 | 106 | 0 | 24 | 426 | 72 | 64 |
| Binary | 10011000 | 111101 | 11001011 | 11001 | 1000110 | 0 | 10100 | 100010110 | 111010 | 110100 |
Color Harmonies of #983DCB
Complementary color
Monochromatic Colors of #983DCB
Black with #983DCB
Text Example
Text Example
White with #983DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983DCB; }
p { color: rgb(152,61,203); }
H1.HeaderClassName
{
color: #983DCB;
}
.AnyTagClassName
{
color: #983DCB;
}
</style>
background-color css
<style>
a { background-color: #983DCB; }
a { background-color: rgb(152,61,203); }
div.DivClassName
{
background-color: #983DCB;
}
.BgClassName
{
background-color: #983DCB;
}
</style>
border-color css
<style>
span { border-color: #983DCB; }
span { border-color: rgb(152,61,203); }
td.TdClassName
{
border-color: #983DCB;
}
.TagClassName
{
border-color: #983DCB;
}
</style>