Shades of Dark Orchid #983CCF
Tints of Dark Orchid #983CCF
RGB
CMYK
RGB Variations
Color information
#983CCF (or 0x983CCF) is known color: Dark Orchid. HEX triplet: 98, 3C and CF. RGB value is (152,60,207). Sum of RGB (Red+Green+Blue) = 152+60+207=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #983CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CCF is #67C330. Grayscale: #676767. Windows color (decimal): -6800177 or 13581464. OLE color: 13581464.
HSL color Cylindrical-coordinate representation of color #983CCF: hue angle of 277.55º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #983CCF is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 60 | 207 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.19 |
| HSL | 277.55º | 0.6% | 0.52% | - |
| HSV(B) | 277.55º | 0.71% | 0.81% | - |
| XYZ | 25.83 | 14.41 | 60.45 | - |
| YUV | 104.27 | 185.98 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 207 | 0.27 | 0.71 | 0 | 0.19 | 277.55 | 0.6 | 0.52 |
| Hex | 98 | 3C | CF | 1B | 47 | 0 | 13 | 116 | 3C | 34 |
| Octal | 230 | 74 | 317 | 33 | 107 | 0 | 23 | 426 | 74 | 64 |
| Binary | 10011000 | 111100 | 11001111 | 11011 | 1000111 | 0 | 10011 | 100010110 | 111100 | 110100 |
Color Harmonies of #983CCF
Complementary color
Monochromatic Colors of #983CCF
Black with #983CCF
Text Example
Text Example
White with #983CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CCF; }
p { color: rgb(152,60,207); }
H1.HeaderClassName
{
color: #983CCF;
}
.AnyTagClassName
{
color: #983CCF;
}
</style>
background-color css
<style>
a { background-color: #983CCF; }
a { background-color: rgb(152,60,207); }
div.DivClassName
{
background-color: #983CCF;
}
.BgClassName
{
background-color: #983CCF;
}
</style>
border-color css
<style>
span { border-color: #983CCF; }
span { border-color: rgb(152,60,207); }
td.TdClassName
{
border-color: #983CCF;
}
.TagClassName
{
border-color: #983CCF;
}
</style>