Shades of Dark Orchid #983CCD
Tints of Dark Orchid #983CCD
RGB
CMYK
RGB Variations
Color information
#983CCD (or 0x983CCD) is known color: Dark Orchid. HEX triplet: 98, 3C and CD. RGB value is (152,60,205). Sum of RGB (Red+Green+Blue) = 152+60+205=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #983CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CCD is #67C332. Grayscale: #676767. Windows color (decimal): -6800179 or 13450392. OLE color: 13450392.
HSL color Cylindrical-coordinate representation of color #983CCD: hue angle of 278.07º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #983CCD is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 60 | 205 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.20 |
| HSL | 278.07º | 0.59% | 0.52% | - |
| HSV(B) | 278.07º | 0.71% | 0.8% | - |
| XYZ | 25.58 | 14.31 | 59.17 | - |
| YUV | 104.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 205 | 0.26 | 0.71 | 0 | 0.20 | 278.07 | 0.59 | 0.52 |
| Hex | 98 | 3C | CD | 1A | 47 | 0 | 14 | 116 | 3B | 34 |
| Octal | 230 | 74 | 315 | 32 | 107 | 0 | 24 | 426 | 73 | 64 |
| Binary | 10011000 | 111100 | 11001101 | 11010 | 1000111 | 0 | 10100 | 100010110 | 111011 | 110100 |
Color Harmonies of #983CCD
Complementary color
Monochromatic Colors of #983CCD
Black with #983CCD
Text Example
Text Example
White with #983CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CCD; }
p { color: rgb(152,60,205); }
H1.HeaderClassName
{
color: #983CCD;
}
.AnyTagClassName
{
color: #983CCD;
}
</style>
background-color css
<style>
a { background-color: #983CCD; }
a { background-color: rgb(152,60,205); }
div.DivClassName
{
background-color: #983CCD;
}
.BgClassName
{
background-color: #983CCD;
}
</style>
border-color css
<style>
span { border-color: #983CCD; }
span { border-color: rgb(152,60,205); }
td.TdClassName
{
border-color: #983CCD;
}
.TagClassName
{
border-color: #983CCD;
}
</style>