Shades of Dark Orchid #983CCC
Tints of Dark Orchid #983CCC
RGB
CMYK
RGB Variations
Color information
#983CCC (or 0x983CCC) is known color: Dark Orchid. HEX triplet: 98, 3C and CC. RGB value is (152,60,204). Sum of RGB (Red+Green+Blue) = 152+60+204=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #983CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CCC is #67C333. Grayscale: #676767. Windows color (decimal): -6800180 or 13384856. OLE color: 13384856.
HSL color Cylindrical-coordinate representation of color #983CCC: hue angle of 278.33º 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 #983CCC is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 60 | 204 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.2 |
| HSL | 278.33º | 0.59% | 0.52% | - |
| HSV(B) | 278.33º | 0.71% | 0.8% | - |
| XYZ | 25.46 | 14.27 | 58.54 | - |
| YUV | 103.92 | 184.48 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 204 | 0.25 | 0.71 | 0 | 0.2 | 278.33 | 0.59 | 0.52 |
| Hex | 98 | 3C | CC | 19 | 47 | 0 | 14 | 116 | 3B | 34 |
| Octal | 230 | 74 | 314 | 31 | 107 | 0 | 24 | 426 | 73 | 64 |
| Binary | 10011000 | 111100 | 11001100 | 11001 | 1000111 | 0 | 10100 | 100010110 | 111011 | 110100 |
Color Harmonies of #983CCC
Complementary color
Monochromatic Colors of #983CCC
Black with #983CCC
Text Example
Text Example
White with #983CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CCC; }
p { color: rgb(152,60,204); }
H1.HeaderClassName
{
color: #983CCC;
}
.AnyTagClassName
{
color: #983CCC;
}
</style>
background-color css
<style>
a { background-color: #983CCC; }
a { background-color: rgb(152,60,204); }
div.DivClassName
{
background-color: #983CCC;
}
.BgClassName
{
background-color: #983CCC;
}
</style>
border-color css
<style>
span { border-color: #983CCC; }
span { border-color: rgb(152,60,204); }
td.TdClassName
{
border-color: #983CCC;
}
.TagClassName
{
border-color: #983CCC;
}
</style>